This blog is an exploration of arc from the perspective of someone from javaland. It's oriented towards other java people curious about life on the functional side, with little or no experience of lisp, and perhaps wondering whether to make the leap.
husband of 1, father of 2, writes software, plays go and piano, sings; freelancing ruby/rails, javascript, java, sql, haml/sass in paris, plays with lisp, his cat and his kdz.
1 comment:
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
?
Post a Comment