[GUFSC] Editor LISP.
Ricardo Grützmacher
gufsc@das.ufsc.br
Sun, 08 Dec 2002 19:26:40 -0200
Emerson Ribeiro de Mello wrote:
> Olah,
>
> Alguem conhece um bom editor LISP ae ?
>
> Sei que vao falar do Emacs :), mas gostaria de outro....parece que na
> disciplina do Guilherme foi utilizado um Dr. Schema, nao sei, nao lembro o nome.
>
> Alguém sabe ?
Dá uma olhada neste aqui:
http://jabberwocky.sourceforge.net/
Jabberwocky is a integrated development environment for the LISP
programming language. The following components are available :
* A editor with syntax coloring and code completion.
* A interaction pane with the LISP process.
* A browser of the sources,functions,macros etc..
* A source level debugger (the successor of Lisp Debug).
* Editor
o Background syntax coloring
o Auto completion
o Auto indentation
o Code completion
o Parentheses highlighting
o Multiple views
o Execute of highlighted code
* Interaction Pane
o Communication with a LISP process
o Command history
o Same features as editor
* Browser
o List of
+ Sources
+ Defined functions
+ Defined macros
+ Defined classes
+ Defined generalized functions
+ Defined methods
o Automatically synchronization
* Debugger
+ Breakpoint on lisp form
+ Conditional breakpoints
+ Browser for watching expressions
+ Watch pane for evaluating expressions in execution
context
+ Controls
# Step Into (stop before executing next LISP form)
# Step Over (stop before executing next LISP form
at same level)
# Stop At (stop before executing specified LISP form)
# Continue
# Stop After (stop after executing LISP form)
# Change the result of a LISP form
+ Time traveling
+ Profiling
+ Extensible
Requirements
*
Operating System
o Linux 2.4
o Windows NT(XP) (Only support for CLISP)
*
Java
o JDK 1.4
o JRE 1.4 for the binary packages
*
LISP:
o CLISP 2.27 or CLISP 2.28.
o
o CMUCL 18c or CMUCL 18d
Planned features
* Separate compilation of lisp forms
* Support for SBCL
* Support for GCL