====== ALisp ====== ALisp is a dialect of the [[wp>Lisp (programming language)|Lisp]] programming language created by [[people:Ari | Ari Johnson]] primarily for use within [[fspace:about | FrontierSpace]]. ALisp has the following key features: * Simple * Fast (functions can be bytecode-compiled or interpreted) * Powerful * Dynamic and lexical scope for variables * Dynamic type for all variables * [[wp>Common Lisp]]-style macros ===== Topics ===== Here are a few places to start reading for information on the language: * [[Syntax]] * [[Data types]] * [[Functions]] * [[Macros]] * [[Built-in operators]] * [[FrontierSpace operators]] * [[Code examples]] * [[Tips and tricks]]