Sjoerd Visscher's weblog
My ideas about new web technology that can change the future of the world wide web.
< Monday, November 11, 2002 >
Loell update
I worked some more on Loell today. It looks like this is going to give me a lot of fun to work on for a long while.
- The default behavior for closure evaluation is now to use static scoping. (syntax:
#closure
) - Closures now have syntax for the argument (like Ruby):
{ |arg| ... }
. I'm not going to enable multiple arguments. If you want that you can pass an object. (point moveTo <.x=1;.y=2>
) - Added the Boolean type.