About the Book
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Pages: 109. Chapters: Lisp, Perl, Python, MUMPS, Smalltalk, Ruby, Logo, Tcl, Self, Common Lisp, Objective-C, REBOL, Squeak, Windows PowerShell, Harbour, Mobile application development, SuperCollider, EuLisp, Oz, Magik, NIL, RunRev, Smartface, NewLISP, Python for S60, Keykit, Arc, Pharo, Revolution, *Lisp, MDL, Neko, Incr Tcl, Picolisp, MultiLisp, F-Script, Ferite, Portable Standard Lisp, Geometric Description Language, Euler, Smalltalk YX, Strongtalk, Tcl/Java, S-Lang, Monkeybars Framework, Cecil, MIIS, FPr, Tcllib, Bistro, Itk, MetaL, Little Smalltalk, StepTalk, Flow Java, Cel, BBN LISP. Excerpt: Common Lisp, commonly abbreviated CL, is a dialect of the Lisp programming language, published in ANSI standard document ANSI INCITS 226-1994 (R2004), (formerly X3.226-1994 (R1999)). From the ANSI Common Lisp standard the Common Lisp HyperSpec has been derived for use with web browsers. Common Lisp was developed to standardize the divergent variants of Lisp (though mainly the MacLisp variants) which predated it, thus it is not an implementation but rather a language specification. Several implementations of the Common Lisp standard are available, including free and open source software and proprietary products. Common Lisp is a general-purpose, multi-paradigm programming language. It supports a combination of procedural, functional, and object-oriented programming paradigms. As a dynamic programming language, it facilitates evolutionary and incremental software development, with iterative compilation into efficient run-time programs. It also supports optional type annotation and casting, which can be added as necessary at the later profiling and optimization stages, to permit the compiler to generate more efficient code. For instance, fixnum can hold an unboxed integer in a range supported by the hardware and implementation, permitting more ef...