emacs.d/clones/lisp/www.cliki.net/IDE.html
2022-10-07 15:47:14 +02:00

134 lines
No EOL
7.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: IDE</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
href="https://www.cliki.net/site/feed/article.atom?title=IDE">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - IDE</span>
<div id="content"><div id="content-area"><div id="article-title">IDE</div><div id="article">Integrated <a href="Development.html" class="category">Development</a> Environments: the usual free Lisp IDE nowadays is GNU <a href="Emacs.html" class="internal">Emacs</a> with <a href="SLIME.html" class="internal">SLIME</a>. <p><ul>
<li>
<a href="Able.html" class="internal">Able</a> -
<a href="https://common-lisp.net/project/able/">Able</a> is a basic lisp editor for <a href="Windows.html" class="internal">Windows</a>/<a href="MacOS&#32;X.html" class="internal">Mac</a>/<a href="Linux.html" class="internal">Linux</a>
</li>
<li>
<a href="Alive.html" class="internal">Alive</a> -
An attempt to create a Common Lisp extension for VSCode
</li>
<li>
<a href="Cusp.html" class="internal">Cusp</a> -
Cusp is an Eclipse <a href="IDE.html" class="category">IDE</a> plugin that was available from <a href="http://web.archive.org/web/20081210173438/http://bitfauna.com/projects/cusp/index.html">http://bitfauna.com/projects/cusp/index.html</a> and runs on top of <a href="SBCL.html" class="internal">SBCL</a>
</li>
<li>
<a href="Dandelion.html" class="internal">Dandelion</a> -
Dandelion is a plugin for Eclipse that supports <a href="Lisp.html" class="internal">Lisp</a> programming in the Eclipse platform
</li>
<li>
<a href="Emacs&#32;customizations.html" class="internal">Emacs customizations</a> -
Here I hope we can collect a bunch of .emacs files that display the power and versatility of Emacs used to program Lisp
</li>
<li>
<a href="Lem.html" class="internal">Lem</a> -
<a href="https://github.com/lem-project/lem">Lem</a> is a stand-alone, Emacs-like editor built in Common Lisp, with built-in support for Common Lisp and other languages (Go, Rust, Python,…) as well as a directory mode, an html mode, and more
</li>
<li>
<a href="Limp.html" class="internal">Limp</a> -
<a href="https://www.vim.org/scripts/script.php?script_id=2219">Limp</a>, a Lisp <a href="IDE.html" class="category">IDE</a> for <a href="vim.html" class="internal">vim</a>
</li>
<li>
<a href="LispEdit.html" class="internal">LispEdit</a> -
LispEdit is a <a href="http://www.geany.org">Geany</a> plugin that provides shortcuts for sending s-expressions (symbolic expressions) to a Lisp process running in Geany's embedded terminal
</li>
<li>
<a href="LispIDE.html" class="internal">LispIDE</a> -
<a href="https://daansystems.com/lispide/">LispIDE</a> is a basic graphical shell for several Lisp implementations available for <a href="Windows.html" class="category">Windows</a>
</li>
<li>
<a href="MCLIDE.html" class="internal">MCLIDE</a> -
MCLIDE is a free open source Macintosh <a href="IDE.html" class="category">IDE</a> for Lisp implementations on any platform
</li>
<li>
<a href="SLIMA.html" class="internal">SLIMA</a> -
<a href="https://atom.io/packages/SLIMA">SLIMA</a> is an Atom plugin for interactive Common Lisp <a href="development.html" class="internal">development</a>
</li>
</ul>
See also: <a href="https://lispcookbook.github.io/cl-cookbook/editor-support.html">https://lispcookbook.github.io/cl-cookbook/editor-support.html</a><p> and (perhaps, one day, eventually) <a href="CL-Emacs.html" class="internal">CL-Emacs</a>, and on MS-Windows: <a href="http://web.archive.org/web/20070629062414/http://student.agh.edu.pl/~kwlodarc/visualclisp/en.htm">VisualCLisp</a> and <a href="LispIDE.html" class="internal">LispIDE</a><p>And dead editors: <a href="Cusp.html" class="internal">Cusp</a> (an Eclipse plugin), <a href="Jabberwocky.html" class="internal">Jabberwocky</a> (a stand-alone editor), <a href="Hemlock.html" class="internal">Hemlock</a> (an Emacs-like editor embedded in CMUCL).<p>Find ".emacs" files used by famous lispers! Wow! <a href="Emacs&#32;customizations.html" class="internal">Emacs customizations</a><p><hr><p><a href="OpenMCL.html" class="internal">OpenMCL</a> comes with an idea (primitive listener, inspector and editor) of a development environment based on the Cocoa libs of <a href="MacOS&#32;X.html" class="internal">MacOS X</a>.<p><hr><p>The big hope is that <a href="McCLIM.html" class="internal">McCLIM</a> will be the base for a (portable) development environment for Common Lisp (listener, editor, debugger, ...).<p><hr><p>Tools provided by a Common Lisp IDE:<p><ul>
<li> Editor
</li>
<li> Listener
</li>
<li> Inspector
</li>
<li> Apropos Dialog
</li>
<li> Stepper
</li>
<li> Trace Dialog
</li>
<li> Backtrace Dialog
</li>
<li> Restarts Dialog
</li>
<li> Save Application Dialog
</li>
<li> Preferences Dialog
</li>
<li> Online Help
</li>
<li> User Interface Builder
</li>
<li> Class Browser
</li>
<li> Generic Function Browser
</li>
<li> System Browser
</li>
<li> Package Browser
</li>
<li> Process Browser
</li>
<li> Mail Client (!!)
</li>
</ul></div></div>
<div id="footer" class="buttonbar"><ul><li><a href="IDE.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=IDE">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=IDE">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=IDE&amp;from-revision=3830986672">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
</div>
<div id="header-buttons" class="buttonbar">
<ul>
<li><a href="https://www.cliki.net/">Home</a></li>
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
<li><a href="CLiki.html">About</a></li>
<li><a href="Text&#32;Formatting.html">Text Formatting</a></li>
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
</ul>
<div id="search">
<form action="https://www.cliki.net/site/search">
<label for="search_query" class="hidden">Search CLiki</label>
<input type="text" name="query" id="search_query" value="" />
<input type="submit" value="search" />
</form>
</div>
</div>
<div id="pageheader">
<div id="header">
<span id="logo">CLiki</span>
<span id="slogan">the common lisp wiki</span>
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
<label for="login_name" class="hidden">Account name</label>
<input type="text" name="name" id="login_name" class="login_input" />
<label for= "login_password" class="hidden">Password</label>
<input type="password" name="password" id="login_password" class="login_input" />
<input type="submit" name="login" value="login" id="login_submit" /><br />
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
</form>
</div>
</div>
</div>
</body></html>