Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Hunchentoot

Compare

  Analyzed 1 day ago

Hunchentoot is a web server written in Common Lisp and at the same time a toolkit for building dynamic websites. As a stand-alone web server, Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent connections (keep-alive), and SSL, but it can also sit behind the popular Apache ... [More] using Marc Battyani's mod_lisp. Hunchentoot provides facilities like automatic session handling (with and without cookies), logging (to Apache's log files or to a file in the file system), customizable error handling, and easy access to GET and POST parameters sent by the client. It does not include functionality to programmatically generate HTML output. For this task you can use any library you like, e.g. (shameless self-plug) CL-WHO or HTML-TEMPLATE. [Less]

10.1K lines of code

5 current contributors

6 days since last commit

29 users on Open Hub

Very Low Activity
4.33333
   
I Use This

ArmedBear Common Lisp (ABCL)

Compare

  Analyzed 4 months ago

ABCL is an implementation of Common Lisp (CL) running in the JVM: it can run in the same JVM as your Java code, allowing full mixture of Lisp and Java code. Being a full CL implementation, it runs many existing libraries and applications, such as Maxima, a computer algebra system. With support for ... [More] JSR-223, you easily extend any JSR-223 compatible application with Lisp as a macro language. This includes integration with the Ant build system using its script-tag. ABCL features both an interpreter and a compiler which compiles into jvm byte code. [Less]

146K lines of code

1 current contributors

4 months since last commit

24 users on Open Hub

Activity Not Available
3.75
   
I Use This

Clozure Common Lisp

Compare

  Analyzed about 13 hours ago

Clozure CL (formerly OpenMCL) is an open source Common Lisp implementation that runs on the following platforms: * Mac OS X 10.4 and later (PowerPC and x86) * Linux (PowerPC and x86) * FreeBSD 6.x and later (x86) * Solaris (x86) * Microsoft Windows (x86) Both 32- and 64-bit binaries are included with all ports.

440K lines of code

8 current contributors

4 days since last commit

21 users on Open Hub

Low Activity
4.57143
   
I Use This

Quicklisp

Compare

  Analyzed about 21 hours ago

Quicklisp is a library manager for Common Lisp. It can download, install, and load any of over 500 libraries with a few simple commands. Quicklisp is easy to install and works with ABCL, Allegro CL, Clozure CL, CLISP, CMUCL, ECL, LispWorks, SBCL, and Scieneer CL, on Linux, Mac OS X, and Windows.

17.6K lines of code

2 current contributors

5 months since last commit

17 users on Open Hub

Low Activity
5.0
 
I Use This

Sawfish Window Manager

Compare

  Analyzed about 6 hours ago

Sawfish is an extensible window manager using a Lisp-based scripting language called Librep -- all window decorations are configurable and all user-interface policy is controlled through the extension language.

74K lines of code

0 current contributors

8 months since last commit

11 users on Open Hub

Very Low Activity
4.0
   
I Use This

McCLIM

Compare

  Analyzed about 4 hours ago

McCLIM is an open source implementation of the Common Lisp Interface Manager specification.

137K lines of code

0 current contributors

about 11 years since last commit

9 users on Open Hub

Inactive
5.0
 
I Use This

CMUCL

Compare

  Analyzed 1 day ago

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

464K lines of code

1 current contributors

8 days since last commit

8 users on Open Hub

Moderate Activity
4.0
   
I Use This
Licenses: No declared licenses

Nu

Compare

  No analysis available

Nu is an interpreted object-oriented language. Its syntax comes from Lisp, but Nu is semantically closer to Ruby than Lisp. Nu is written in Objective-C and is designed to take full advantange of the Objective-C runtime and the many mature class libraries written in Objective-C. Nu code can fully ... [More] interoperate with code written in Objective-C; messages can be sent to and from objects with no concern for whether those messages are implemented in Objective-C or Nu. [Less]

0 lines of code

1 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

Common Lisp Full Screen Window Manager

Compare

  Analyzed about 12 hours ago

CLFSWM is a 100% Common Lisp X11 window manager (based on Tinywm and Stumpwm. Many thanks to them). It can be driven only with the keyboard or with the mouse.

22.9K lines of code

0 current contributors

over 7 years since last commit

5 users on Open Hub

Inactive
5.0
 
I Use This

Parenscript

Compare

  Analyzed about 3 hours ago

ParenScript is a small Lispy language that can be compiled to JavaScript. (defun foobar (a b) (return (+ a b)))) -> function foobar (a, b) { return a + b; }

11K lines of code

1 current contributors

almost 4 years since last commit

4 users on Open Hub

Inactive
4.0
   
I Use This