Yonik Seeley wrote:

I looked into this a year ago... most scripting languages have an
emphasis on script execution speed, not script parsing speed (which is
what we would need).  The scripting languages I tried were horribly
slow at parsing a small script.  The only one that could parse at a
reasonable speed was rhino (javascript) in interp mode.
I've always found the lisp syntax very easy to parse. In this case, it's just prefix with the nam of he operator being first in the list, eg (and "eggs" "oranges"). There are wrinkles for named and optional parameters, but the basic syntax is a doddle.

jch

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to