DesktopAid will save your editing session when you
quit (X)Emacs, and reload it when you start
(X)Emacs again. All of your active frames and
loaded files will be restored as if you had never
quit.
ssqlfs uses a defined file/directory structure to
generate an SQL database which corresponds to that
file/directory structure. Along with support for
one-to-many tables, ssqlfs includes support for
representing many-to-many tables. Ideally, the
filesystem would be interconvertible with an SQL
database, but at this point the functions for
generating a file/directory structure from the SQL
database remain to be thoroughly tested.
相关项目Dumpper v.60.3, MalonNote, pg_bigm, CosmoDB, blanco Framework |
scons-chicken is an add-on for SCons, a building
system (much like make and autotools all in one),
that adds support for Chicken, a Scheme-to-C compiler.
LISPF4 is an InterLisp interpreter written in FORTRAN in the early 1980s. This version has been converted to C and given the ability to have commandline determination of the memory size.
相关项目 |
Common Lisp JPEG Library implements JPEG lossy image
compression/decompression routines in ANSI Common Lisp.
The lisp-cgi-utils is a software package for
developing CGI scripts with Common Lisp. It
implements a very basic HTTP/CGI interface
(sending headers, getting GET/POST and
environment variables) and offers tools for
easier HTML generation with special support
for handling HTML forms.
rep-xmms is a module for the rep dialect of Lisp
which allows you to control XMMS. Also included is
a module for sawfish allowing XMMS to be
controlled via keybindings.
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.
Torta shows you where your disk space is going. It
uses the graphical format used by filelight to
represent disk usage. Unlike filelight, it can be
run on a computer with no graphical environment:
it generates a Flash file that can be consulted,
locally or remotely, using any browser that has
the Flash plugin installed.
CL-EMB is a library which embeds Common Lisp and special template tags
into normal text files. It can be used for dynamically-generated HTML
pages.
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.
Lisp Blosxom is a port of the Perl Blosxom
blogging engine to ANSI Common Lisp. Its goals are
extensibility and speed. It's a filesystem-based
blogging engine, which means that blog entries are
just flat files on disk, although plugins can be
written to extend or replace this behavior. The
first line in the file is the title, while the
remainder is the text of the body. Entry dates are
taken directly from the filesystem's modification
date for each entry. Furthermore, the structure of
the blog is taken directly from the hierarchy of
directories and files on disk.
相关项目MPC-BE, Portal Application Laboratory, Dumpper v.60.3, WordPress Plugins/JSeries, Sledge |
Gleam is a simple Scheme language interpreter
written in Java. Its goals are to support the
discovery of Scheme for beginners, simplicity,
R5RS compliance, and full integration with the
Java platform (with the ability to call Java code
from Scheme and vice versa).
相关项目Win32 Disk Imager, Amateras, Properties Editor, MeCab, Dumpper v.60.3 |
Arcueid is a C interpreter for Paul Graham's Arc dialect of Lisp. It is intended to be compatible with the Arc 3.1 release, with a simple interface to C, and is easily usable as an embedded interpreter or an extension language.