Datasegment.com Online Dictionary
  Online Dictionary : C : cmu common lisp

cmu common lisp


1 definition found

cmu common lisp - Free On-line Dictionary of Computing (26 May 2007) :

  CMU Common Lisp
  CMU CL
  
     <language> (CMU CL) A public domain "industrial strength"
     Common Lisp programming environment.  Many of the X3J13
     changes have been incorporated into CMU CL.  Wherever
     possible, this has been done so as to transparently allow use
     of either CLtL1 or proposed ANSI CL.  Probably the new
     features most interesting to users are SETF functions,
     LOOP and the WITH-COMPILATION-UNIT macro.
  
     The new CMU CL compiler is called Python.
  
     Version 17c includes an incremental compiler, profiler,
     run-time support, documentation, an editor and a debugger.  It
     runs under Mach on SPARC, MIPS and IBM PC RT and under
     SunOS on SPARC.
  
     (ftp://lisp-sun1.slisp.cs.cmu.edu/pub/).
  
     E-mail: <slisp@cs.cmu.edu>.
  
     (1993-11-18)