Hide
Login/Register to vote and to have access to more featuresYou are here: Root > Programming Languages
Go directly to another tagGo directly to another tagAll Last Modified Items for Java
Back to full tag viewArmed Bear Common Lisp (Annotated)Last modification: Wed, 06 Mar 2013 13:42:39 GMTArmed Bear Common Lisp (ABCL) is an implementation of ANSI Common Lisp that runs in a Java virtual machine.
Jason Cornez (Modified)Last modification: Wed, 12 May 2010 07:02:12 GMTChief Technology Officer at RavenPack.
Lead developer in Common Lisp.
KMgen (Modified)Last modification: Sat, 11 Jul 2009 22:49:04 GMTKMgen is an ontology editor for the KM language (Knowledge Machine), written with Lispworks, Foil (a Foreign Object Interface for Lisp) and SWT (Java Standard Widget Toolkit).
Free to use.
Jerry Boetje (Modified)Last modification: Sat, 15 Mar 2008 17:08:26 GMTCS instructor at the College of Charleston in Charleston, SC. Long-time Lisp user and developer. Architect and manager of the CLforJava project at the College of Charleston.
RavenPack (Modified)Last modification: Tue, 24 Jul 2007 16:46:46 GMTRavenPack provides corporate and government clients with global consulting services and analytical solutions. Through a methodology integrating powerful mathematical and artificial intelligence techno...
CL's MOP vs Java's Reflection (Added)Last modification: Tue, 31 Oct 2006 22:09:35 GMTA discussion about how the Common Lisp Meta Object Protocol compares to Java reflection.
LINJ (Added)Last modification: Sat, 28 Oct 2006 20:06:08 GMTThe Linj compiler translates Linj, a Lisp dialect very similar to Common Lisp, programs into human-readable Java programs, serving two different purposes:
(1) it allows a very smooth integration with...
Cusp, a Lisp plugin for Eclipse (Added)Last modification: Sun, 15 Oct 2006 09:33:36 GMTA Common Lisp development environment built on top of the Java-based Eclipse development platform. It uses the SLIME Swank backend for interacting with the SBCL Lisp implementation.
DNS Message Decoding - A Case Study Comparing Java and Common Lisp (Added)Last modification: Sun, 24 Sep 2006 08:29:43 GMTA study that compares two implementations of a DNS resolver library, one written in Common Lisp and the other in Java. 30 May 2004.
Lisp as an Alternative to Java (Added)Last modification: Sat, 17 Jun 2006 22:48:48 GMTA Lisp version of the test program from "Comparing Java vs. C/C++ Efficiency Issues to Interpersonal Issues" (1999)
JACOL - Java and Common Lisp (Modified)Last modification: Sat, 20 May 2006 13:23:53 GMTAn interoperation framework between Java and Common Lisp. It allows Lisp to be used as an extension language for Java, and it can expose Java APIs to Lisp applications. JACOL uses sockets for communic...
Jnil (Added)Last modification: Sun, 30 Apr 2006 12:06:11 GMTA translator from Java (JLS2) source code to pragmatically correct Lisp code. It provides two backends: Common Lisp and the Linj Lisp dialect. Jnil currently depends on the Eclipse development environ...
Lisp code from Artificial Intelligence, A Modern Approach (Added)Last modification: Mon, 13 Feb 2006 18:39:20 GMTCommon Lisp code for solving basic AI problems, from the definitive textbook on intelligent agents by Russell & Norvig.
The website also links implementations in other languages (java, python, c++, p...
Lisplets (Added)Last modification: Thu, 12 Jan 2006 00:42:52 GMTLisplets are Java Servlets that forward their requests, and gather their response headers, using s-expressions over sockets. They enable easy integration of Common Lisp or Scheme into a Java-based web...
Foil (Added)Last modification: Thu, 12 Jan 2006 00:38:42 GMTFoil (Foreign Object Interface for Lisp) consists of a protocol and a set of libraries that facilitate access to popular object runtimes, such as the JVM and the CLI/CLR, and their libraries, from Lis...
JFLI (Added)Last modification: Thu, 12 Jan 2006 00:34:52 GMTJFLI provides comprehensive, safe, dynamic and Lisp-y access to Java and Java libraries as if they were Lisp libraries, for use in Lisp programs, i.e. with an emphasis on working in Lisp rather than i...