articles/common_lisp.md: update article

This commit is contained in:
tocariimaa 2025-03-01 23:09:44 -03:00
parent c2457a050c
commit dfd341784f

View file

@ -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). - [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. - [ECL](https://ecl.common-lisp.dev/) (Embeddable Common Lisp): compiler, also derived from KCL.
- [CCL](https://ccl.clozure.com/) (Closure Common Lisp). - [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 ## 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. - [CLiki](https://www.cliki.net/): a Common Lisp Wiki.
- <https://lisp-lang.org/>: kind of semi-official webpage for Common Lisp. - <https://lisp-lang.org/>: kind of semi-official webpage for Common Lisp.
- [The Common Lisp Cookbook](https://lispcookbook.github.io/cl-cookbook/) - [The Common Lisp Cookbook](https://lispcookbook.github.io/cl-cookbook/)
## See also
- [Scheme](scheme.md)