RSS 1 project tagged "Lisp"

Download Website Updated 07 Aug 2012 Steel Bank Common Lisp

Screenshot
Pop 229.02
Vit 25.09

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.

Screenshot

Project Spotlight

PacketFence

A network access control (NAC) system.

Screenshot

Project Spotlight

PCRE

A library that implements Perl 5-style regular expressions.