; 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:
Post a Comment