Hi, yet again, Maxim,

I forgot one detail in my prior response...  I meant to include this
when I addressed the Scheme and Ruby variations, but forgot about it
by the time I had finished those.

-jn-

Maxim Olivier-Adlhoch wrote:
> 
> I'd like people with experience in scheme or ruby to butt in!
 > I'd like to see how rebol stands out compared to them.
> 

At the risk of horrifying people by using the "P" word, Perl also has
simple syntax for such things:

     sub bletch { ...expressions go here... }

creates a subroutine/function named "bletch", while

     sub { ...expressions go here... }

creates something that could be thought of as an "anonymous subroutine"
(actually a "code reference" but the terminology isn't the critical
issue at this point).

-- 
----------------------------------------------------------------------
Joel Neely            joelDOTneelyATfedexDOTcom           901-263-4446

Enron Accountingg in a Nutshell: 1c=$0.01=($0.10)**2=(10c)**2=100c=$1

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to