Lisp Plug-in for Eclipse

来源:百度文库 编辑:神马文学网 时间:2024/04/27 12:06:54
eCLisp: Lisp Plug-in for Eclipse
Eclipseis an extensible open source integrated development environment (IDE). Thereare several Eclipse plug-ins available for Java, Cand C++ development. eCLispplug-in allows development of Lisp projects using Eclipse IDE. The Lispplug-in implements the following features:

·        Lisp editor
o       Syntax highlighting shows lisp keywords, commentsand definitions in different colors
o       Parenthesis matcher hints matching parenthesisduring typing
o       Built-in lisp editor macros allow (un)commentingselected 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 consolebased external interpreter) and displays the output in the console window
You candownload the latest version fromhere.