RSS 69 projects tagged "Common Lisp"

Download Website Updated 16 May 2013 STMX

Screenshot
Pop 61.16
Vit 1.61

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 Website Updated 01 Mar 2013 Retro

Screenshot
Pop 415.88
Vit 68.69

Retro is a clean, minimalist language with roots in Forth. It supports all major OSes in use today, and was designed to be easy to learn, use, and modify for specific needs.

Download No website Updated 19 Jan 2013 Paktahn

Screenshot
Pop 23.85
Vit 11.02

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

Download Website Updated 08 Dec 2012 CLFSWM

Screenshot
Pop 75.02
Vit 14.94

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.37
Vit 1.00

gol is a simple Game of Life simulator.

No download No website Updated 30 Oct 2012 QueryFS

Screenshot
Pop 19.00
Vit 14.21

QueryFS is a FUSE-based virtual filesystem that is based on queries. There are plugins to parse various query syntaxes and each query creates a virtual directory. Currently the most elaborate query language is SQL-based; you can either provide access to data stored in an SQL database, or keep an index of files in the SQL database and generate search directories with symlinks to found files. QueryFS and its SQL2 query DSL fully support creation of refinable searches: for example, the author has an index of downloaded email files; one can see all the distinct senders registered in the DB and then go into a directory of one sender and see all accounts that ever received an email from this sender.

Download Website Updated 07 Aug 2012 Steel Bank Common Lisp

Screenshot
Pop 231.58
Vit 26.32

Steel Bank Common Lisp is a development environment for Common Lisp, with excellent support for the ANSI standard: garbage collection, lexical closures, powerful macros, strong dynamic typing, incremental compilation, and the famous Common Lisp Object System (multimethods and all). It also includes many extensions, such as native threads, socket support, a statistical profiler, programmable streams, and more. These are all available through an integrated, interactive native compiler which feels like an interpreter. SBCL is unique in being a multiplatform native compiler which bootstraps itself completely from source, using a C compiler and any other ANSI Common Lisp implementation.

Download Website Updated 04 Aug 2012 Cedilla

Screenshot
Pop 56.97
Vit 4.60

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 49.35
Vit 4.52

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.

Screenshot

Project Spotlight

GNU xorriso

An ISO 9660 multi-session CD/DVD/BD filesystem manipulator.

Screenshot

Project Spotlight

PCI Utilities

Utilities for diagnostics and configuration of PCI devices.