eCLisp: Lisp Plug-in for EclipseEclipse is an extensible open source integrated development environment (IDE). There are several Eclipse plug-ins available for Java, C and C++ development. eCLisp plug-in allows development of Lisp projects using Eclipse IDE. The Lisp plug-in implements the following features: ·
Lisp editor o Syntax highlighting shows lisp keywords, comments and definitions in different colors o Parenthesis matcher hints matching parenthesis during typing o Built-in lisp editor macros allow (un)commenting selected lines etc. ·
Outline view o Shows modules and defined functions o Allows navigation to the external module or function by click ·
Run o Executes the lisp code (using a console based external interpreter) and displays the output in the console window
You can download the latest version from here. |
|
来自: ShangShujie > 《pptr……》