Content deleted Content added
→Lisp: Change formatting to MediaWiki syntax |
Stumpybumpo (talk | contribs) m →Julia: Grammar fix |
||
Line 49:
===Julia===
Symbols in
===Lisp===
A symbol in [[Lisp (programming language)|Lisp]] is unique in a [[namespace]] (or ''package'' in [[Common Lisp]]). Symbols can be tested for equality with the function EQ. Lisp programs can generate new symbols at runtime. When Lisp reads data that contains textual represented symbols, existing symbols are referenced. If a symbol is unknown, the Lisp reader creates a new symbol.
|