Projects tagged ‘common_lisp’ and ‘development’


[5 total ]

86 Users
   

Steel Bank Common Lisp, aka SBCL, is an open source compiler and runtime system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, a debugger, and many extensions.
Created over 3 years ago.

36 Users
   

GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system (CLOS, MOP), sockets, fast bignums, arbitrary precision floats, and foreign language interface which runs on most UNIXes and Win32.
Created over 3 years ago.

7 Users

ABCL is an implementation of Common Lisp running in the JVM: it can run in the same JVM as your Java code, allowing full mixture of Lisp and Java code. With support for JSR-223, you easily extend any ... [More] JSR-223 compatible application with Lisp as a macro language. Based on Java technology, ABCL benefits from the write-once-run-everywhere that Java programs get, such as running on Google App Engine. [Less]
Created about 1 year ago.

4 Users
   

a high-performance, free Common Lisp implementation which runs on most major Unix platforms. It mainly conforms to the ANSI Common Lisp standard.
Created over 3 years ago.

1 Users

ASDF dependency grovel helps you maintain a Common Lisp system that is both easy to develop and speedy to recompile - think of it as a "make depend" for Lisp. It allows you to keep your system ... [More] definition in a serial (or condensed) shape, and figures out the dependencies between the system's components itself. This helps you or your users to incrementally compile the system when files change, without going insane from maintaining tens of compile/load-time dependencies for every file in the system. [Less]
Created over 2 years ago.