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

88 lines
No EOL
5.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: Jabberwocky</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=Jabberwocky">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - Jabberwocky</span>
<div id="content"><div id="content-area"><div id="article-title">Jabberwocky</div><div id="article"><b>Important: I have decided to not develop Jabberwocky any further, if minor bugs are discovered, I'm prepared to solve them however. If anyone feels the need to take over the project, feel free to send me a message (I've corrected my e-mail address) and I will happely handle over the project.
</b>
<br>
<br>
<br>
Jabberwocky was an <a href="IDE.html" class="internal">IDE</a> for <a href="LISP.html" class="internal">LISP</a>, which contains the following components:
<ul>
<li> A Lisp-aware editor (syntax coloring, parentheses matching, indentation, source analyzer, ...).</li>
<li>A source level debugger (based on <a href="lispdebug.html" class="internal">lispdebug</a>) which works by instrumentation.</li>
<li>A project explorer to manage your sources.</li>
<li>A interaction buffer to interact with the Lisp system</li>
</ul>
The following Lisp implementations are supported:
<ul>
<li>
<a href="CMUCL.html" class="internal">CMUCL</a> 18c, 18d</li>
<li>
<a href="CLISP.html" class="internal">CLISP</a> 2.28</li>
<li>
<a href="SBCL.html" class="internal">SBCL</a> (Jabberwocky 2.0.x)</li>
<li>
<a href="GCL.html" class="internal">GCL</a> 2.6.1 (<a href="ANSI.html" class="internal">ANSI</a> version)</li>
<li>
<a href="Allegro.html" class="internal">Allegro</a> CL 6.2 (Jabberwocky 2.0.x)</li>
</ul>
The releases of Jabberwocky have branched into a <em>stable</em> branch (releases 1.0.x) and a <em>development</em> (or <em>unstable</em>) branch (releases 2.0.x). The current development release contains support for <a href="Allegro.html" class="internal">Allegro</a> CL and <a href="SBCL.html" class="internal">SBCL</a>. Support for <a href="GCL.html" class="internal">GCL</a> will be added in the near future (when I manage to get it compiled on my machine). There is a list of <a href="http://jabberwocky.sourceforge.net/main.html#PlannedFeatures">planned features</a> available at the <a href="http://Jabberwocky.sourceforge.net">Jabberwocky Home Page</a>.<p>Jabberwocky runs on:
<ul>
<li>
<a href="Linux.html" class="internal">Linux</a> (<a href="CLISP.html" class="internal">CLISP</a> and <a href="CMUCL.html" class="internal">CMUCL</a> supported)</li>
<li>Windows 9x, ME, NT, 2000, or XP (only <a href="CLISP.html" class="internal">CLISP</a> is supported)</li>
<li>Other <a href="UNIX.html" class="internal">UNIX</a>es: the Jabberwocky user interface is Java-based; so it should run on every <a href="UNIX.html" class="internal">UNIX</a> which has the correct JRE or SDK)</li>
</ul>
The user interface is written in Java.
<ul>
<li>J2SE 1.4 JRE or higher is required for the binary version (1.4.1 is preferred)</li>
<li>J2SE 1.4 SDK or higher is required for the source version (1.4.1 is preferred)</li>
</ul>
Version 1.0 of Jabberwocky has been released, If you find a bug please e-mail a bug report to <a href="http://jabberwocky.sourceforge.net/email.html">Marc Mertens</a>.<p>You can find Jabberwocky at the <a href="http://Jabberwocky.sourceforge.net">Jabberwocky Home Page</a>.<p><a href="Marc&#32;Mertens.html" class="category">Marc Mertens</a></div></div>
<div id="footer" class="buttonbar"><ul><li><a href="Jabberwocky.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=Jabberwocky">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=Jabberwocky">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Jabberwocky&amp;from-revision=3770650302">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>