Data for Common Lisp UltraSpec - http://phoe.tymoon.eu/clus/
-
Updated
Dec 21, 2021 - TeX
Common Lisp is a general-purpose programming language in the Lisp language family. Its syntax is defined on top of s-expressions, however it can be extended through the use of reader macros. It supports compile-time meta-programming through the use of macros. It supports the OOP paradigm through the Common Lisp Object System. The API upon which CLOS is implemented is exposed to the programmer so they can extent the object system. This API is referred as the Meta-Object Protocol. There are multiple implementations available: SBCL, which generates fast code, CCL, which compiles code fast, ABCL, which runs on the JVM, JSCL which runs on Node, and the browser, etc.
Data for Common Lisp UltraSpec - http://phoe.tymoon.eu/clus/
Sources - with fixes - of the draft Common Lisp specification proposed to the American National Standard for Information Systems as well as the accompanying X3J13 cleanup issues
Common Lisp The Language Second Edition
Convert the ANSI Common Lisp draft to Texinfo
Лабораторные работы по курсу "Функциональное и логическое программирование"
Functional programming course in Moscow Aviation Institute
Created by X3J13
Released 1984