-
Lisp on the JVM - Clojure (1 messages)
- Posted by: Daniel Rubio
- Posted on: October 25 2008 14:08 EDT
Many academics consider a series of programming languages to be a sub-set of features available in Lisp, a testament to Lisp's power. These series of posts by Bill Clementson explore Lisp in the context of Java's Virtual Machine using Clojure, and include the background behind this project, as well as how to set up Clojure with Java. Read Bill's complete post on : Exploring Clojure - Lisp on the JVM Part 1 : http://bc.tech.coop/blog/081022.html Part 2 : http://bc.tech.coop/blog/081023.htmlThreaded Messages (1)
- Re: Lisp on the JVM - Clojure by Luis Oliveira on October 30 2008 19:35 EDT
-
Re: Lisp on the JVM - Clojure[ Go to top ]
- Posted by: Luis Oliveira
- Posted on: October 30 2008 19:35 EDT
- in response to Daniel Rubio
Besides Bill Clements' posts, the post by Hans Hübner (netzhansa.blogspot.com/2008/10/trying-clojure.html) is very interesting read. In my current job we use Common Lisp and it is a great programming language. But, as a Java programmer I'm also a bit disappointed by the lack of frameworks and libraries, at least out-of-the-box. Clojure or other JVM based lisps could be a solution to this problem.