Download List

Project Description

Jabberwocky is a Lisp IDE containing a Lisp-aware editor with syntax highlighting, parentheses matching, a source analyzer, indentation, a source level debugger, a project explorer, and an interaction buffer. It is the replacement for the Lisp Debug project.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-08 17:25
2.0.21

An installation bug occurring when the only LISP detected is sbcl has been fixed. Extra information has been added to the documentation generated for defstruct. Lambda list documentation and definition references have been added to the slot functions, constructor, copier, and predicate functions of a struct.
Tags: Development

2004-02-01 22:15
2.0.20

A bug in the collapsing code, numerous problems for the hint system and lambda lists, and some installation problems for Windows are fixed. Work has been started on the automatic generation of documentation (based on the information in the repository and comments added to definitions).
Tags: Development, Major feature enhancements

2004-01-12 22:51
2.0.19

Comments before a definition and comment strings of functions and macros are added to the repository. This is used for the moment by the hint system, but will be used in the future for document generation based on source comments. The hint system displays the comment string and the preceding comment of a defined function or macro. It recognizes known lambda lists of functions and macros, and has been modified to use HTML for display. TODO:'s in a form are recognized now. Performance of the hint system has been improved for deeply nested calls.
Tags: Development, Minor feature enhancements

2003-12-24 19:44
2.0.18

Support for features has been added (this should make code analyses more accurate when #+ or #- is used). Constructors, accessors, and copiers of structs are now recognized. There is better syntax coloring for structs. Syntax coloring support has been added for typecase and ftype to avoid false warnings in the code analyses.
Tags: Development, Minor feature enhancements

2003-12-14 15:10
2.0.17

Find and replace now work in the background and will not block the
user interface (this is useful for large projects). Jabberwocky now
recognizes accessors, readers, and writers in class definitions.
Tags: Development, Minor feature enhancements

Project Resources