[editor-hints-devel] [ANN] Named Readtables 0.9
Tobias C. Rittweiler
tcr at freebits.de
Sat Oct 10 10:29:52 UTC 2009
The [editor-hints] project is pleased to announce _Named Readtables_.
What are Named Readtables?
It's a library
a) to help you to organize your readtable hacks,
and b) to help your development environment to deal with these hacks.
For detailed information see [What are Named-Readtables?] in the
documentation.
Foretaste
DEFREADTABLE (analogously to DEFPACKAGE) can be used to specify the
content of a readtable.
IN-READTABLE (analogously to IN-PACKAGE) can be used to specify what
readtable should be used while compiling a .lisp file.
Named-Readtables has an API very much inspired by the existing API
of packages. But see [Important API idiosyncrasies] in the
documentation.
Documentation
See [Named-Readtables Documentation].
Download
darcs get http://common-lisp.net/project/editor-hints/darcs/named-readtables/
Release Notes
The release was tagged as 0.9 even though it's actually pretty much a 1.0.
Experience tells that no matter how much you try to polish a piece
of software, there will be two to three issues. The 1.0 will wait
for these issues be reported.
Implementations
The library has been tested on SBCL, CCL, Clisp, ABCL (head), ECL,
Allegro 8.1, Lispworks 5.1.
Links
[editor-hints]
http://common-lisp.net/project/editor-hints/
[Named-Readtables Documentation]
http://common-lisp.net/project/editor-hints/darcs/named-readtables/doc/named-readtables.html
[What are Named-Readtables?]
http://common-lisp.net/project/editor-hints/darcs/named-readtables/doc/named-readtables.html#what_are_named-readtables?
[Important API idiosyncrasies]
http://common-lisp.net/project/editor-hints/darcs/named-readtables/doc/named-readtables.html#important_api_idiosyncrasies
More information about the editor-hints-devel
mailing list