mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Rectified relationship to Lisp
LISP refers to the historic programming language LISt Processing, whereas Lisp is the correct (modern) name of the programming language family. The change reflects this. Also see Wikipedia.
This commit is contained in:
parent
2431545594
commit
1193d43e89
@ -5,7 +5,7 @@ author_url: http://adambard.com/
|
|||||||
filename: test.clj
|
filename: test.clj
|
||||||
---
|
---
|
||||||
|
|
||||||
Clojure is a variant of LISP developed for the Java Virtual Machine. It has
|
Clojure is a Lisp family language developed for the Java Virtual Machine. It has
|
||||||
a much stronger emphasis on pure [functional programming](https://en.wikipedia.org/wiki/Functional_programming) than
|
a much stronger emphasis on pure [functional programming](https://en.wikipedia.org/wiki/Functional_programming) than
|
||||||
Common Lisp, but includes several [STM](https://en.wikipedia.org/wiki/Software_transactional_memory) utilities to handle
|
Common Lisp, but includes several [STM](https://en.wikipedia.org/wiki/Software_transactional_memory) utilities to handle
|
||||||
state as it comes up.
|
state as it comes up.
|
||||||
|
Loading…
Reference in New Issue
Block a user