articles/lisp.md: update
This commit is contained in:
parent
eff00464bf
commit
647e3041ab
1 changed files with 3 additions and 1 deletions
|
@ -81,8 +81,10 @@ you're seeing the source encoded in a tree, directly by using S-Expressions. But
|
||||||
|
|
||||||
## Lisp languages in use
|
## Lisp languages in use
|
||||||
- [Scheme](scheme.md): created by the hackers Guy Steele and Gerald Sussman in 1975 at the MIT.
|
- [Scheme](scheme.md): created by the hackers Guy Steele and Gerald Sussman in 1975 at the MIT.
|
||||||
|
- [PicoLisp](https://picolisp.com/wiki/?home): another minimalistic Lisp, internally uses only cells.
|
||||||
- [Common Lisp](common_lisp.md): Big for Lisp standards (still better and smaller than "modern" languages), is also the most used Lisp today.
|
- [Common Lisp](common_lisp.md): Big for Lisp standards (still better and smaller than "modern" languages), is also the most used Lisp today.
|
||||||
- Clojure: based in the [JVM](jvm.md) (Java Virtual Machine), does not have `cons`, `car` or `cdr`.
|
- Clojure: runs on the [JVM](jvm.md) (Java Virtual Machine), does not have `cons`, `car` or `cdr`. Basically [Java](java.md)
|
||||||
|
under a Lisp skin.
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
Loading…
Add table
Reference in a new issue