52 lines
No EOL
4.4 KiB
HTML
52 lines
No EOL
4.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: CLiCC</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=CLiCC">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - CLiCC</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">CLiCC</div><div id="article"><a href="http://web.archive.org/web/20170626095441/http://www.informatik.uni-kiel.de/~wg/clicc.html"><dfn>CLiCC</dfn></a> is a Common Lisp to C Compiler, last released 1995. It generates <a href="C.html" class="internal">C</a> executables or modules from <a href="Common Lisp.html" class="internal">Common Lisp</a> application programs. CLiCC is intended to be used as an addon to existing Common Lisp systems for generating portable applications. CLiCC supports a strict and very large subset, called CL<sub>0</sub> (<a href="http://web.archive.org/web/20170706055918/http://www.informatik.uni-kiel.de/~wg/CL0.ps.Z">Common Lisp<sub>0</sub></a>), of <a href="Common Lisp.html" class="internal">Common Lisp</a> + <a href="CLOS.html" class="internal">CLOS</a>.<p><b>Note: CLiCC is not actively developed. <a href="ECL.html" class="internal">ECL</a> is an active and supported Common Lisp to C compiler.</b><p>A similar and slightly more up to date (last update in 2004) CL to C translator is <a href="Thinlisp.html" class="internal">Thinlisp</a>.<p>CLiCC is not a <a href="Common Lisp implementation.html" class="internal">Common Lisp implementation</a>. The generated C code, although human-readable, is not primarily intended to be maintainable in C, hence, CLiCC is not a translator. The target language is a subset of C. CLiCC is adaptable to generate <a href="ANSI.html" class="internal">ANSI</a> or K&R C. A standard C compiler, e.g. <a href="GNU.html" class="internal">GNU</a> <a href="https://www.cliki.net/gcc" class="new">gcc</a>, can be used on the target machine to generate standalone executables or linkable modules.<p>Repository: <a href="https://github.com/plops/clicc">https://github.com/plops/clicc</a><p>License: <a href="GPL.html" class="internal">GPL</a><p><hr>
|
|
<a href="obsolete.html" class="category">obsolete</a></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="CLiCC.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=CLiCC">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=CLiCC">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=CLiCC&from-revision=3808441087">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 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> |