RSS 59 projects tagged "Common Lisp"

Download Website Updated 16 May 2013 STMX

Screenshot
Pop 66.51
Vit 1.55

STMX is a high-performance Common Lisp library for composable Software Transactional Memory (STM), a concurrency control mechanism aimed at making concurrent programming easier to write and understand. Instead of traditional lock-based programming, one programs with atomic memory transactions: if a memory transaction returns normally it is committed. If it signals an error, it is rolled back. Transactions can safely run in parallel in different threads, are re-executed from the beginning in case of conflicts or if consistent reads cannot be guaranteed, and effects of a transaction are not visible from other threads until committed. This gives freedom from deadlocks, automatic rollback on failure, and aims to resolve the tension between granularity and concurrency.

Download No website Updated 19 Jan 2013 Paktahn

Screenshot
Pop 23.22
Vit 11.24

Paktahn is a frontend for the ArchLinux Pacman database and the Arch User Repository (AUR).

Download Website Updated 08 Dec 2012 CLFSWM

Screenshot
Pop 73.08
Vit 14.73

CLFSWM (Common Lisp FullScreen Window Manager) is an X11 window manager where windows are almost always fullscreen maximized or tiled. It can be driven using the keyboard alone or with the mouse.

Download No website Updated 27 Nov 2012 gol

Screenshot
Pop 32.06
Vit 1.00

gol is a simple Game of Life simulator.

Download Website Updated 04 Aug 2012 Cedilla

Screenshot
Pop 56.44
Vit 4.57

Cedilla is a best-effort text printer. It will make heroic efforts to find or construct a suitable glyph for an exotic character even when no suitable fonts are installed on the system.

Download Website Updated 15 Jan 2012 shelisp

Screenshot
Pop 48.22
Vit 4.50

Shelisp is a syntactical extention to Common Lisp to enable composing and running Unix shell scripts from Lisp and mixing shell and Lisp constructs.

Download No website Updated 19 Oct 2011 DSWM

Screenshot
Pop 23.24
Vit 1.09

DSWM (Deep Space Window Manager) is a tiling keyboard-driven X11 window manager. It is based on StumpWM code and is written entirely in Common Lisp and oriented for good usability with minimum startup configuration and good integration with Emacs. The project is under hard development, so it has many experimental features.

No download Website Updated 11 Oct 2011 Common Lisp Quick Reference

Screenshot
Pop 41.71
Vit 42.57

Common Lisp Quick Reference is a booklet with short descriptions of the thousand or so symbols defined in the ANSI standard. It comes with a comprehensive index. It is written in LaTeX and formatted for printing on both A4 and letter paper. After folding the sheets lengthwise, they can easily be turned into a handy booklet.

No download No website Updated 24 Sep 2011 Design Center

Screenshot
Pop 19.90
Vit 24.68

Design Center is a Web application that allows users to change the colour of different layers in a photo. In a photo of a bedroom, there could be layers for the walls, the ceiling, and for the floor. The application lets users change the colour of each and see how a new paint job would look. If used on a furniture store's Web site, different layers could be used for beds, chairs, lampshades, etc. to allow customisation by users.

Download Website Updated 16 Jul 2011 otl

Screenshot
Pop 88.43
Vit 9.12

otl is a text processor for generating markup from readable lightweight markup. Much of both the input and output formats can be customized. HTML output is bundled as an example. otl supports complex structures such as nested ordered and unordered lists, headers and footers, and tables.

Screenshot

Project Spotlight

Gearmand

A job dispatching server.

Screenshot

Project Spotlight

GNU ed

An 8-bit clean, POSIX-compliant line editor.