Hide
Login/Register to vote and to have access to more featuresYou are here: Root > Programming Languages > Common Lisp > ANSI Standard
Go directly to another tagGo directly to another tagAll Last Modified Items for 10: Symbols
Back to full tag viewDefault values for get &c (Added)Last modification: Mon, 07 Aug 2006 07:49:41 GMTA short article on the default values for property list accessors.
Lexicon (Added)Last modification: Mon, 17 Jul 2006 09:00:28 GMTA Common Lisp language extension for adding first-class lexical environments, a.k.a. "lexicons".
Erann's Lisp utilities (Added)Last modification: Sun, 16 Jul 2006 09:24:35 GMTA small set of Common Lisp utilities for string and symbol operations, CLOS, mapping, flow control, anaphoric macros, and more.
The Idiot's Guide to Common Lisp Packages (Added)Last modification: Wed, 07 Jun 2006 07:24:13 GMTA tutorial by Ron Garret on Common Lisp packages. It covers symbols, values and the REPL loop, interning, home packages, exporting symbols and using packages, shadowing, and DEFPACKAGE.
The Idiot's Guide to Special Variables and Lexical Closures (Added)Last modification: Tue, 06 Jun 2006 12:15:00 GMTA tutorial by Ron Garret on Common Lisp special variables. It covers variables and bindings, lexical and dynamic scope, DEFVAR, and lexical closures.
Global lexical variables (Added)Last modification: Sun, 19 Mar 2006 12:24:57 GMTAn implementation of global lexical variables.