RSS 13 projects tagged "Common Lisp"

Download Website Updated 16 May 2013 STMX

Screenshot
Pop 57.15
Vit 1.65

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 10 Oct 2009 Spartns

Screenshot
Pop 37.79
Vit 6.18

Spartns is a sparse tensor representation library for Common Lisp. Tensors are a generalization of vectors and matrices for any number of dimension. Spartns is fast and flexible, allowing different dimensions to be represented in different ways.

Download Website Updated 20 May 2006 wxCL

Screenshot
Pop 35.78
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 31 Jul 2004 CL-FMOD

Screenshot
Pop 13.38
Vit 56.68

CL-FMOD is a set of Common Lisp bindings to FMOD using UFFI.

No download Website Updated 09 May 2005 UnCommon Web

Screenshot
Pop 42.19
Vit 3.53

UnCommon Web is a Web application framework. UnCommon Web features a component based UI construction toolkit, template and programmatic dynamic HTML generation engines, and linear (also known as modal or continuation) page flow control. UnCommon Web can sit behind Apache or a pure Lisp Web server.

Download Website Updated 18 Mar 2004 Anaphora

Screenshot
Pop 14.00
Vit 1.00

Anaphora is an anaphoric macro collection for Common Lisp. It includes many new fiends, in addition to old friends like AIF and AWHEN.

Download Website Updated 25 Apr 2004 Osicat

Screenshot
Pop 32.95
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 25 Apr 2004 Linedit

Screenshot
Pop 35.69
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 No website Updated 16 May 2003 CL-Readline

Screenshot
Pop 15.17
Vit 1.00

CL-Readline is an UFFI-based Common Lisp interface to the GNU Readline library. In addition to basic Readline functionality it features customizable completions, completions based on a Common Lisp package, multi-line expression reader, and support for non-echoing input. This software has been superseded by Linedit.

Download Website Updated 03 Nov 2003 CL-SDL

Screenshot
Pop 53.05
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.

Screenshot

Project Spotlight

Partial Layaway Payments Magento Extension

An extension which allows customers to buy a product on installments.

Screenshot

Project Spotlight

LORZE 2d cad

Drawing with an intuitive user interface.