postfix pfix Sets the last integer in one or more mtext or text objects to the value given. Useful for setting source panel numbers in circuit home run labels. prefix (left-fix) lfix Sets the 1st ...
Lisp in Life is a Lisp interpreter implemented in Conway's Game of Life. The entire pattern is viewable on the browser here. To the best of my knowledge, this is the first time a high-level ...
Normally multiple values are not used. Special forms are required both to produce multiple values and to receive them. If the caller of a function does not request multiple values, but the called ...
A hash table is a Lisp object that can efficiently map a given Lisp object to another Lisp object. Each hash table has a set of entries, each of which associates a particular key with a particular ...