The more I learn about Clojure, the more excited I am about it.
Now that I've reached a less-steep part of the Clojure learning curve, it's time to go back and expand upon the Clojure tutorial I started a few months ago.
Sunday, August 17, 2008
Subscribe to:
Post Comments (Atom)
1 comments:
Moxley,
Great tutorial, keep it coming! Here's a couple of comments. (I tried logging in on the actualy drupal site to no avail)
str is not a special form, it is implied that it is because it is the first thing is the special forms section
The idiomatic way of accessing static fields or methods of Java class is:
(Boolean/valueOf "true")
Post a Comment