Sunday, August 17, 2008

A Clojure Tutorial

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.

1 comments:

Paul Barry said...

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")