RSS 71 projects tagged "Common Lisp"

Download Website Updated 25 Apr 2004 Linedit

Screenshot
Pop 37.13
Vit 2.52

Linedit is a readline-style library written in Common Lisp that provides customizable line editing features. It uses UFFI for foreign bindings, so it is fairly portable. It supersedes Cl-readline.

Download Website Updated 20 May 2006 wxCL

Screenshot
Pop 35.89
Vit 2.35

wxCL is an industrial strength GUI library for application programmers that is portable across Common Lisp implementations and operating system platforms. It builds upon wxWidgets.

Download Website Updated 03 Nov 2003 CL-SDL

Screenshot
Pop 51.37
Vit 2.34

CL-SDL is a library of foreign function interfaces to SDL and OpenGL for Common Lisp programs. It aims to be extremely portable, fast, and flexible.

Download Website Updated 25 Jul 2010 Menace of the Mines

Screenshot
Pop 43.36
Vit 2.11

Menace of the Mines is a fast-paced roguelike game that has tons of monsters, many different classes and races, and a unique magic system (well, that's the goal).

Download Website Updated 25 Apr 2004 Osicat

Screenshot
Pop 34.55
Vit 2.05

Osicat is a lightweight operating system interface for Common Lisp on Unix platforms. It is not a POSIX-style API, but rather a simple lispy accompaniment to the standard ANSI facilities.

Download Website Updated 17 Apr 2005 Fract

Screenshot
Pop 40.25
Vit 2.01

Fract is a Web-based fractal zoomer for the Mandelbrot set. It has no advanced features, for the goal is to keep the code easy to read for someone interested in fractals. The package also includes an offline renderer that you can use to generate high resolution images of your favorite spots. You can also easily play with the color map.

No download Website Updated 11 Jun 2003 series

Screenshot
Pop 37.26
Vit 1.99

A series is a data structure much like a sequence, with similar kinds of operations. The difference is that in many situations, operations on series may be composed functionally and yet execute iteratively, without the need to construct intermediate series values explicitly. In this manner, series provide both the clarity of a functional programming style and the efficiency of an iterative programming style. Series is the culmination of many years of design and use of this approach, during which some 100,000 lines of application code have been written (by about half a dozen people over the course of seven years) using the series facility in nearly all iteration situations. This includes one large system (KBEmacs) of over 40,000 lines of code. In a nutshell: Think "Efficient MAPCAR". SERIES translates functional-style expressions into efficient loops.

Download Website Updated 16 Dec 2007 lisp-network-server

Screenshot
Pop 30.00
Vit 1.97

lisp-network-server is a simple framework for writing Common Lisp network applications. It takes care of listening on the network, accepting the connection, and starting a new thread with handler functions of your network-aware application.

Download Website Updated 26 May 2009 Montezuma

Screenshot
Pop 34.35
Vit 1.78

Montezuma is a full-text indexing/search engine library for Common Lisp. It started as a straight-forward port of Ruby's Ferret and currently approaches Lucene in performance.

No download Website Updated 17 Jun 2004 Lisppaste

Screenshot
Pop 30.17
Vit 1.77

Lisppaste is a fully-featured pastebot that provides a Web interface to submit pastes, and announces the URL the paste is stored at to a channel of your choice. It features multiple channel support, paste annotation support, persistent pastes, a Web interface to the list of pastes in the system, RSS support in short and full varieties, XML-RPC support, and direct linking to meme IRC logs.

Screenshot

Project Spotlight

Horde Groupware

A groupware suite.

Screenshot

Project Spotlight

Passwd

A password management application.