The next meetup is going to be 3 April 2008. That's the first Thursday
of April. I've setup a facebook event in case you use it:
http://www.facebook.com/event.php?eid=9038472973
We're going to be using the Association of Lisp Users wiki to
organize. That way you can toss in your contact info or whatever else
there. The URL for that is: http://wiki.alu.org/toronto
I think the bi-monthly meetups are a good idea for the winter months
but maybe for the spring/summer we'll have monthly meetups. Yes? No?
Toss in your vote!
Also, does anyone have any useful SCheme SHell scripts that they've created?
-Rudolf
That's the name of project Gary (senior lecturer at U of T) was
talking about at the last meet up.
Here's a sample of it:
http://www.cs.toronto.edu/~gfb/projects/richer-language-extension/spite.scm
It can turn:
(= the_world_is_flat 1)
(if the_world_is_flat
((print "Be careful not to fall off!")))
into:
the_world_is_flat = 1
if the_world_is_flat :
print "Be careful not to fall off!"
That's just a quick and dirty sample apparently. It will be
interesting to see a lengthier example whenever that's posted up.
-Rudolf
There's going to be a meetup at the Bloor Fox & Fiddle on February 7th which
is a Thursday. Directions are at http://neverfriday.com/lisp.html
I also have a question: has anyone checked out Movitz?
-Rudolf