Hide
Login/Register to vote and to have access to more featuresYou are here: Root > By License > Open Source
Go directly to another tagGo directly to another tagAll Last Modified Items for Public Domain
Back to full tag viewJean-Philippe Paradis (Added)Last modification: Sun, 10 Mar 2013 05:09:49 GMTProgrammer, Public Domain Common Lisp R&D. 6 intensive years of Common Lisp experience. 15 ready-to-use libraries in Quicklisp, and counting.
conmc (Modified)Last modification: Sun, 21 Feb 2010 14:45:28 GMTConmc is a Windows DLL that provides CLISP and Corman Lisp with functionality for text console operations such as cursor positioning, color setting, screen clearing, etc.
trivial-garbage (Added)Last modification: Tue, 06 Jan 2009 14:31:06 GMTtrivial-garbage is a simple library that provides a portable API to finalizers, weak hash-tables and weak pointers.
LispIDE (Added)Last modification: Sun, 17 Aug 2008 07:08:15 GMTLispIDE is a basic graphical shell for several Lisp implementations available for Windows.
SLIME (Modified)Last modification: Wed, 06 Aug 2008 12:23:22 GMTSLIME (Superior Lisp Interaction Mode for Emacs) is an Emacs mode for Common Lisp development. It provides facilities for interacting with a running Common Lisp process for evaluation/compilation, deb...
stefil (Added)Last modification: Tue, 30 Jan 2007 13:13:33 GMTSimple TEst Framework In Lisp - a very thin, yet full featured test framework that creates instrumented defun's that can be called from the REPL.
cl-perec (Added)Last modification: Tue, 30 Jan 2007 13:08:07 GMTcl-perec is a library for RDBMS based CLOS persistency
cl-rdbms (Added)Last modification: Tue, 30 Jan 2007 12:57:37 GMTcl-rdbms is a database interface library which provides backend independent access to RDBMS systems.
SKIPPY (Modified)Last modification: Thu, 04 Jan 2007 17:34:28 GMTA library for reading and writing GIF image files.
CMUCL (Modified)Last modification: Sun, 10 Dec 2006 16:39:13 GMTCMU Common Lisp "is a free, high performance implementation of the Common Lisp programming language which runs on most major Unix platforms". It provides an advanced native code compiler, a powerful F...
SBCL (Modified)Last modification: Thu, 30 Nov 2006 21:24:18 GMTSteel Bank Common Lisp is a Common Lisp implementation based on the CMUCL sources, but it puts a greater emphasis on maintainability. Most of the SBCL code is in the public domain, the rest under a BS...
Planet of the Feebs (Added)Last modification: Tue, 14 Nov 2006 14:10:21 GMTA simulation game loosely based on the Xerox PARC "Maze War" game. It generates graphics output via CLX.
Design by Contract (Added)Last modification: Mon, 30 Oct 2006 08:16:23 GMTAn implementation for CLOS of the Design by Contract method of software engineering, developed by Bertrand Meyer for the Eiffel programming language.
Calendrical Calculations (source code) (Added)Last modification: Mon, 16 Oct 2006 08:27:27 GMTThe source code from the papers "Calendrical Calculations" by Nachum Dershowitz and Edward M. Reingold, Software-Practice and Experience 20 (1990), 899-928; and "Calendrical Calculations, II: Three Hi...
Alexandria (Added)Last modification: Sun, 15 Oct 2006 17:32:46 GMTAs a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually m...
defclass-star (Added)Last modification: Sun, 15 Oct 2006 17:24:51 GMTdefclass* and defcondition* that automatically generates accessors other things that are schematic for most defclass declarations.
ISO8601-DATE (Commented)Last modification: Fri, 08 Sep 2006 20:03:43 GMTLibrary for parsing and formatting dates in ISO 8601 format.
Xlyb (Added)Last modification: Fri, 18 Aug 2006 08:40:54 GMTExperimental code for a CLX persistence layer. It adds suspend-resume functionality to X windows and other graphics resources.
Code to roll dice (Added)Last modification: Thu, 17 Aug 2006 06:55:52 GMTA library for simulating dice rolling and tabulating possible results.
Genhash (Added)Last modification: Wed, 16 Aug 2006 09:01:59 GMTA library for "generic hash tables".
z80 (Modified)Last modification: Mon, 31 Jul 2006 08:04:10 GMTA Z80 assembler with sexp-based syntax.
xml-emitter (Modified)Last modification: Thu, 27 Jul 2006 10:32:46 GMTA library for generating indented XML. Although it can emit any kind of XML, it comes with a built-in RSS 2.0 emitter.
Shared State Concurrency for Common Lisp (Added)Last modification: Wed, 19 Jul 2006 09:02:50 GMTSSC is a specification and test suite for a low-level, standardized Common Lisp interface for running multiple threads of control in a single Lisp image,
Anaphora (Modified)Last modification: Sat, 01 Jul 2006 07:04:41 GMTAnaphora is the anamorphic macro package from hell. Not only do you get golden oldies like AIF, AWHEN, ACOND, etc. but it also includes a slightly insane family of anamorphic variants called symbolic ...
ASDF-INSTALL (Modified)Last modification: Thu, 15 Jun 2006 12:11:17 GMTASDF-INSTALL is a tool for downloading and installing Lisp packages.
cl-alleg - Common Lisp FFI for the Allegro Games Library (Modified)Last modification: Sat, 20 May 2006 13:04:07 GMTA set of CFFI-based Common Lisp bindings to the Allegro game programming C library.
Garnet (Modified)Last modification: Sat, 20 May 2006 13:04:02 GMTGarnet is a native lisp GUI toolkit originally created at CMU. It currently works on top of CLX and provides a wide variety of GUI components. It has very high quality documentation.
SAVE-OBJECT (Added)Last modification: Wed, 22 Feb 2006 22:45:38 GMTSAVE-OBJECT is a recursive function which writes an ASCII representation
of a LISP object to a designated file.
CL-TELNETD (Commented)Last modification: Wed, 22 Feb 2006 22:19:38 GMTImplementation of a Telnet network protocol server.
MT19937 (Added)Last modification: Tue, 21 Feb 2006 20:34:13 GMTMT19937 is a portable Mersenne Twister random number generator.
psgraph (Added)Last modification: Tue, 21 Feb 2006 20:23:16 GMTA library for generating PostScript pictures of directed acyclic graphs.
CL-UTILITIES (Added)Last modification: Tue, 21 Feb 2006 20:08:08 GMTA collection of semi-standard, well documented, miscellaneous utilities with good error checking. It includes utilities for sequences, I/O, iteration, mathematics, functions and more.
Plot-2D for Garnet (Added)Last modification: Mon, 30 Jan 2006 14:33:15 GMTA library for 2D data visualization, representation of scientific datasets and mathematical functions. It is based on the Garnet GUI and can generate PostScript output.
LMud (Added)Last modification: Tue, 24 Jan 2006 15:27:37 GMTLMud is a Multi-User Dungeon (MUD) game. The system is planned to have a text-based command interface like similar games. LMud has a client/server architecture, which relies on multithreaded Lisp impl...
cl-menusystem (Added)Last modification: Sun, 22 Jan 2006 16:43:27 GMTLibrary for generating menus for controlling an application and editing of special variables settings. It currently comes with a text-based backend, but others can be defined.
Portable Hemlock (Added)Last modification: Mon, 09 Jan 2006 17:25:41 GMTPortable implementation of the Emacs-like Hemlock editor that comes with CMUCL. It is based on the Hemlock code and has a McCLIM GUI.
CL-BASE64 (Added)Last modification: Mon, 09 Jan 2006 16:18:35 GMTA library that provides base64 encoding and decoding.
MD5 (Added)Last modification: Mon, 09 Jan 2006 16:07:55 GMTAn implementation of the cryptographic message digest protocol from RSA Data Security, Inc.
Clones (Added)Last modification: Sat, 07 Jan 2006 15:55:26 GMTGame inspired to "same game" for GNOME. It has a CLIM GUI.