Jump to content

CLforJava: Difference between revisions

From EDM2
Created page with "right An implementation of Common Lisp on Java done by the students and faculty of College of Charleston. It compiles LISP to Java byte code rather t..."
 
No edit summary
Line 2: Line 2:
An implementation of [[Common Lisp]] on [[Java]] done by the students and faculty of College of Charleston. It compiles LISP to Java byte code rather than Java, and also allows you to Lisp types and code from within Java programs which is its main advantage over other similar "LISP on Java" implementations.
An implementation of [[Common Lisp]] on [[Java]] done by the students and faculty of College of Charleston. It compiles LISP to Java byte code rather than Java, and also allows you to Lisp types and code from within Java programs which is its main advantage over other similar "LISP on Java" implementations.


Project originally started in 2003 and while the language was initially written in Java it was increasingly being written in itself. The project was shut down in 2009 for reasons unknown.
Project originally started in 2003 and while the language was initially written in Java it was increasingly being written in itself. The project was shut down in 2009 for reasons unknown although an individual kept things going for another year.


==Links & publications==
==Links & publications==
* [http://clforjava.blogspot.co.uk/ CLforJava blog]
* Jerry Boetje: [http://www.international-lisp-conference.org/2005/media/boetje-slides-1.pdf Implementing CLforJava: Intertwining Lisp with Java] - Presentation form 2005
* Jerry Boetje: [http://www.international-lisp-conference.org/2005/media/boetje-slides-1.pdf Implementing CLforJava: Intertwining Lisp with Java] - Presentation form 2005



Revision as of 22:47, 21 March 2016

An implementation of Common Lisp on Java done by the students and faculty of College of Charleston. It compiles LISP to Java byte code rather than Java, and also allows you to Lisp types and code from within Java programs which is its main advantage over other similar "LISP on Java" implementations.

Project originally started in 2003 and while the language was initially written in Java it was increasingly being written in itself. The project was shut down in 2009 for reasons unknown although an individual kept things going for another year.

Links & publications

Publisher

  • College of Charleston