Aktuelle Änderungen Printable View Änderungen Bearbeiten
LanguageComplexity > LanguageOrientedProgramming > LanguageWars > LanguageFights > LarryWall > Leiningen > LessCode > LexerAndParser > Linux > LiquidInformation > LispEnlightenment > LispExtensions > LispHacks > LispInOtherLanguages > LispMachines > LispOnSpeed > LispOrSchemeClear TrailScheme is often used in computer science curricula and programming language research, due to its ability to represent many programming abstractions with its simple primitives. Common Lisp is often used for real world programming because of its large library of utility functions, a standard object-oriented programming facility (CLOS), and a sophisticated condition handling system. [1]
Common Lisp is powerful but ugly. Scheme is small and clean, but the standard only defines the inner core of the language. If I had to deliver an application I'd probably use Common Lisp; if I were teaching a course I might use Scheme (but with Common Lisp macros).[2]