articles/common_lisp.md: update article
This commit is contained in:
parent
c2457a050c
commit
dfd341784f
1 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,8 @@ it is still in active development.
|
|||
- [GCL](https://www.gnu.org/software/gcl/) (GNU Common Lisp): GNU's Common Lisp compiler, based in Kyoto Common Lisp (KCL).
|
||||
- [ECL](https://ecl.common-lisp.dev/) (Embeddable Common Lisp): compiler, also derived from KCL.
|
||||
- [CCL](https://ccl.clozure.com/) (Closure Common Lisp).
|
||||
- Kyoto Common Lisp (KCL): Historical, one of the first compilers made. Made in Kyoto, Japan--hence the name.
|
||||
- KCL (Kyoto Common Lisp): Historical, one of the first compilers made. Made in Kyoto, Japan--hence the name.
|
||||
- LispWorks: propietary, includes an [IDE](ide.md).
|
||||
- ...
|
||||
|
||||
## Examples
|
||||
|
@ -37,3 +38,6 @@ better looking versions here: <https://novaspec.org/cl/> and <https://cl-communi
|
|||
- [CLiki](https://www.cliki.net/): a Common Lisp Wiki.
|
||||
- <https://lisp-lang.org/>: kind of semi-official webpage for Common Lisp.
|
||||
- [The Common Lisp Cookbook](https://lispcookbook.github.io/cl-cookbook/)
|
||||
|
||||
## See also
|
||||
- [Scheme](scheme.md)
|
||||
|
|
Loading…
Add table
Reference in a new issue