|
|
|
Summary Of: Common Lisp
Several implementations of the Common Lisp standard are available... Common Lisp is a general... Common Lisp is a dialect of Lisp... Common Lisp has many data types... Common Lisp automatically coerces numeric values among these types as appropriate... Boolean values in Common Lisp are represented by the self... Common Lisp has namespaces for symbols... in Common Lisp are composed of... Classes have been added late to Common Lisp and there is some conceptual overlap with structures... The Common Lisp library relies heavily on such higher... many Common Lisp programmers like to use descriptive variable names such as... The Common Lisp pathname facility is more general than most operating systems... Common Lisp has a built... Common Lisp programs make use of names to refer to variables... the Common Lisp programmer must know what kind of reference is being expressed... One type of environment in Common Lisp is the dynamic environment... Common Lisp has support for dynamically scoped variables... In Common Lisp implementations which support multithreading... Common Lisp supports lexical environments... It is an important convention in Common Lisp programming that special... Common Lisp provides special variables... Common Lisp supports both lexical and... The backquote notation used above is provided by Common Lisp specifically to simplify the common case of substitution into a code template... Common Lisp macros are capable of what is commonly called... the type 1 capture of references to standard Common Lisp functions and operators... Whereas the Common Lisp library symbols are external... Common Lisp solves the problem of the shadowing of standard operators and functions by forbidding their redefinition... Common Lisp includes a toolkit for... the Common Lisp Object System or... Many Common Lisp types have a corresponding class... These further usage possibilities of CLOS for ANSI Common Lisp are not part of the standard... Actual Common Lisp implementations are using CLOS for pathnames... Common Lisp is most frequently compared with... Common Lisp is a general... Common Lisp is sometimes termed a... Common Lisp is defined by a specification... Common Lisp Open Code Collection... Common Lisp has been designed to be implemented by... Most Common Lisp implementations compile source code to native... There are also compilers that compile Common Lisp code to C code... With Common Lisp incremental compilation is widely used... Common Lisp is used in many commercial applications... Common Lisp systems running on Unix... Encyclodia Page On: Common Lisp
|
|
 |