CMU Common Lisp: Difference between revisions
Appearance
Content deleted Content added
Tim Ivorson (talk | contribs) m {{compu-stub}}. |
No edit summary |
||
Line 1: | Line 1: | ||
'''CMUCL''' is a [[free software|free]] [[Common Lisp]] implementation, originally developed at [[Carnegie Mellon University]]. Unlike many Lisp implementations, there is no interpreter. Its [[compiler]] compiles to native code. CMUCL runs on most [[Unix|UNIX]]-like platforms, including [[GNU/Linux]] and [[BSD]]. |
'''CMUCL''' is a [[free software|free]] [[Common Lisp]] implementation, originally developed at [[Carnegie Mellon University]]. Unlike many Lisp implementations, there is no interpreter. Its [[compiler]] ("Python", not to be confused with [[Python (programming language)|the Python programming language]]) compiles to native code. CMUCL runs on most [[Unix|UNIX]]-like platforms, including [[GNU/Linux]] and [[BSD]]. |
||
== External links == |
== External links == |
Revision as of 11:06, 12 March 2005
CMUCL is a free Common Lisp implementation, originally developed at Carnegie Mellon University. Unlike many Lisp implementations, there is no interpreter. Its compiler ("Python", not to be confused with the Python programming language) compiles to native code. CMUCL runs on most UNIX-like platforms, including GNU/Linux and BSD.