RSS 68 projects tagged "Lisp"

No download Website Updated 22 May 2001 cl-pdb

Screenshot
Pop 23.32
Vit 66.19

cl-pdb is a Common Lisp library that parses PDB files into CLOS classes for ease of handling inside of applications which need to read these files.

No download Website Updated 15 Jan 2003 CL-PDF

Screenshot
Pop 30.59
Vit 61.47

A cross-platform Common Lisp library for generating PDF files.

No download Website Updated 15 Jan 2003 mod_lisp

Screenshot
Pop 22.72
Vit 61.47

mod_lisp talks from Apache to Lisp processes by sockets with a very straightforward protocol to handle a request.

Download Website Updated 06 May 2003 CL-PPCRE

Screenshot
Pop 38.16
Vit 60.56

CL-PPCRE is a portable regular expression library for Common Lisp. It is compatible with Perl, and it's fast, portable (strictly ANSI-compliant), and thread-safe. It comes with convenient features like a SPLIT function, a couple of DO-like loop constructs, and a regex-based APROPOS feature similar to the one found in Emacs. In addition to specifying regular expressions as strings like in Perl, you can also use S-expressions which are more Lisp-y.

No download Website Updated 15 Jul 2003 HTML-TEMPLATE

Screenshot
Pop 34.21
Vit 59.98

HTML-TEMPLATE is a portable library for Common Lisp that can be used to fill templates with arbitrary (string) values at runtime. It is intended to be used for HTML and is loosely modeled after the HTML::Template Perl module. It translates templates into efficient closures that can be re-used as often as needed, and uses an intelligent cache mechanism that allows templates to be updated while your program is running.

Download Website Updated 17 Jul 2003 CL-WHO

Screenshot
Pop 30.74
Vit 59.96

CL-WHO is a (Common) Lisp tool which can be used to easily convert S-expressions intermingled with code into (X)HTML. It tries to create efficient code and be portable amongst CL implementations.

No download Website Updated 26 Aug 2003 CL-GD

Screenshot
Pop 28.07
Vit 59.63

CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI.

Download Website Updated 22 Oct 2003 CL-INTERPOL

Screenshot
Pop 27.93
Vit 59.15

CL-INTERPOL is a library for Common Lisp which modifies the reader so that you can have interpolation within strings, similar to Perl or Unix Shell scripts. It also provides various ways to insert arbitrary characters into literal strings even if your editor/IDE doesn't support them.

Download Website Updated 29 Mar 2004 URL-REWRITE

Screenshot
Pop 17.55
Vit 57.79

URL-REWRITE is a small package which can be used to programmatically rewrite (X)HTML documents so that certain attributes values are replaced by others. It was written to rewrite URLs for cookieless session handling, but can be put to other uses.

Download Website Updated 07 May 2004 TBNL

Screenshot
Pop 28.55
Vit 57.45

TBNL is a framework to create dynamic Web sites with Common Lisp. It is based on mod_lisp and is designed to sit behind an Apache Web server.

Screenshot

Project Spotlight

cegojdbc

A JDBC driver for the Cego database system.

Screenshot

Project Spotlight

abcMIDI

ABC MIDI conversion utilities.