Ad
related to: common lisp manual
Search results
Results from the WOW.Com Content Network
Common Lisp (CL) is a dialect of the ... The use of gensyms in a macro definition is a manual chore, but macros can be written which simplify the instantiation and ...
The Common Lisp Interface Manager (CLIM) is a Common Lisp-based programming interface for creating user interfaces, i.e., graphical user interfaces (GUIs). It provides an application programming interface (API) to user interface facilities for the programming language Lisp . [ 1 ]
The ANSI Common Lisp standard was published in 1994 and differs from the language dialects described in Common Lisp the Language (1984) and Common Lisp the Language, Second Edition (1990). Substantive additions and deletions were made between the time of the Second Edition and the final version of ANSI Common Lisp.
The Common Lisp Object System (CLOS) is the facility for object-oriented programming in ANSI Common Lisp. CLOS is a powerful dynamic object system which differs radically from the OOP facilities found in more static languages such as C++ or Java. CLOS was inspired by earlier Lisp object systems such as MIT Flavors and CommonLoops, although it ...
On 16 March 1984, Steele published Common Lisp the Language (Digital Press; ISBN 0-932376-41-X; 465 pages). This first edition was the original specification of Common Lisp (CLtL1) and served as the basis for the ANSI standard. Steele released a greatly expanded second edition in 1990, (1029 pages) which documented a near-final version of the ...
Embeddable Common Lisp (ECL) is a small implementation of the ANSI Common Lisp programming language that can be used stand-alone or embedded in extant applications written in C. It creates OS-native executables and libraries (i.e. Executable and Linkable Format (ELF) files on unix) from Common Lisp code, and runs on most platforms that support ...
In the Common Lisp dialect, destructive functions are commonplace; the equivalent of set-car! is named rplaca for "replace car". This function is rarely seen, however, as Common Lisp includes a special facility, setf, to make it easier to define and use destructive functions. A frequent style in Common Lisp is to write code functionally ...
Practical Common Lisp is an introductory book on the programming language Common Lisp by Peter Seibel. [1] It features a fairly complete introduction to the language interspersed with practical example chapters, which show developing various pieces of software [2] [3] such as a unit testing framework, a library for parsing ID3 tags, a spam filter, and a SHOUTcast server.
Ad
related to: common lisp manual