Thursday, October 09, 2008

Hello Clojure


; HelloClojure.clj
(import '(javax.swing JFrame JLabel)
(doto (JFrame.)
(add (JLabel. "Hello Clojure!"))
(setTitle "Clojure!")
(pack) (show))


I have a strong feeling that the lisp is all set to make a comeback in the enterprise. Check out Clojure.

Dedicated to all the souls plagued with the horrors of sane concurrency.

No comments: