Tuesday, May 26, 2009

Arc at XP Day France

Today's arc presentation at XP Day France -


1 comment:

Unknown said...

HA !!
http://tinyurl.com/pae6r2
Anyxay Conan, your presentation was GREAT and FUN !!

excerpt:
Haskell is smaller than Arc.

on_key_press frame \k -> case k of
"u" -> rotate_shape
"j" -> drop_shape
"h" -> move_shape -1
"k" -> move_shape 1

See ma? No macros! Anybody can be less verbose than Java.

(later (do-some-stuff))

Why not

later do_some_stuff

?