From ab10720260e2c184b319026da89f4dfd338500bb Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 2 Apr 2008 19:20:20 -0400 Subject: Initial commit --- English.lproj/Moxie Help/pages/lisp-glossary.html | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 English.lproj/Moxie Help/pages/lisp-glossary.html (limited to 'English.lproj/Moxie Help/pages/lisp-glossary.html') diff --git a/English.lproj/Moxie Help/pages/lisp-glossary.html b/English.lproj/Moxie Help/pages/lisp-glossary.html new file mode 100644 index 0000000..6f64434 --- /dev/null +++ b/English.lproj/Moxie Help/pages/lisp-glossary.html @@ -0,0 +1,68 @@ + + + + Lisp Glossary + + + + +

Lisp Glossary

+ +
ASDF
+

(abbrev, "Another System Definition Facility" A way to + package a lisp bundle together. See the CLiki + page for further + details.

+ +
bjc-utils
+

A collection of utilities the author (bjc) finds useful, and so, + in order to facilitate his hacking, he has also included within + Moxie.

+ +
CLHS
+

(abbrev, "Common Lisp HyperSpec") The authoritative + reference for the ANSI ratified Common Lisp.

+ +

You may find a version of the HyperSpec online at: + + LispWorks

+ +
CLiki
+

(from "Common Lisp" and "Wiki") A Wiki devoted to + Common Lisp.

+ +

See http://www.cliki.net/

+ +
CL-PPCRE
+

(abbrev, "Common Lisp Portable Perl Compatible Regular Expression") + A Lisp package with functions to parse and match + with PERL-style Regular Expressions.

+ +

See the CLiki + page for + further details.

+ +
ECL
+

(abbrev, "Embeddable Common Lisp") Moxie uses ECL for + its lisp sub-system. More information on ECL can be found on the + SourceForge + project page

+ +
package
+

Packages are a kind of lisp "library". See the CLHS + Chapter 11.

+ +
REPL
+

(abbrev, "Read, Eval, Print Loop") The main loop responsible + for accepting user input, evaluating the input, and printing the results + of that evaluation. The REPL is often used synonymously with + "top level."

+ +
Top Level
+

The top-most REPL. It is the first loop instantiated + by the lisp sub-system, from which everything else is evaluated.

+ + -- cgit v1.2.3