Login  |  繁體中文
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 原網站預計持續維運至 2021年底,網站內容基本上不會再更動。本網站由 Denny Huang 備份封存。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。

What is Resource Catalog ?

catalog-iconThe OpenFoundry Resource Catalog lists professional resources and applications related to the development of open source software. If you have any recommendation listing / category  or bug for this resource catalog, please do not hesitate to contact us.

Integrated Development Environment

Listings

Results 1 - 5 of 5

rIDE

rIDE (Redlands Integrated Developing Environment) is an IDE for linux developed by students, for students with one purpose in mind. We wanted to create a program that would take the hassle out of learning code. Effectively, a text editor with a go button.

With that in mind two students, Mark Holmquist and Logan May, at the University of Redlands have set forth to create rIDE. rIDE looks like a basic text editor with a nice and simple user interface that supports six languages. It contains support for C++, Python, Prolog, Lisp, Whitespace, and LOLCODE.

Platform:Linux                                      License:BSD License

Reference:https://redlandside.sourceforge.net/

Common Lisp Studio

Common Lisp development system. Includes command-line and IDE Lisp interpreters. Possibility of creating EXE-files

Platform:Windows                                     License:GPL

Reference:https://www.ufasoft.com/lisp/

MCLIDE

MCLIDE is a free open source Macintosh IDE for Lisp implementations on any platform. It is a double-clickable, stand-alone GUI based lisp development environment that connects to a Lisp either locally or through the network.

MCLIDEs user interface is based on the mature IDE of Macintosh Common Lisp. It provides rich interactive development and debugging tools in the form of dialogs interacting with the target Lisp (screen shots). The built-in programming editor has paren matching, automatic indentation and numerous shortcuts. It comes with plug-ins providing optional lisp syntax styling and symbol completion.

Platform:Mac OS                                          License:unknown

Reference:https://mclide.in-progress.com/

Jabberwocky

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).

Platform:Cross platform                      License:GNU General Public License (GPL)

Reference:https://jabberwocky.sourceforge.net/

LispIDE

LispIDE is a basic graphical shell for several Lisp and Scheme implementations available for Windows. LispIDE seems to work with:Corman Common Lisp,Steel Bank Common Lisp,CLISP,Gnu Common Lisp,Gambit Scheme,Bigloo Scheme,SCM Scheme,Arc,newLISP,OpenLisp,Clozure Common Lisp,PicoLisp,Clojure,Armed Bear Common Lisp. Please let me know if any others work. LispIDE is freeware.

Features

· Syntax highlighting for Common Lisp and Scheme.

· Support for CLISP, SBCL, Corman Lisp or any commandline Lisp or Scheme implementation.

· Tabbed documents.

· Easy sending of Lisp expressions to the REPL.

· Command history using arrow keys.

· Common Lisp HyperSpec and Common Lisp the Language, 2nd edition included.

· Restart Lisp button.

·LispIDE uses Scintilla for it's editor component.

Platform:Windows                                 License:unknown

Reference:https://www.daansystems.com/lispide/