articles/common_lisp.md: update

This commit is contained in:
tocariimaa 2025-02-17 12:18:45 -03:00
parent 3b8fbf5959
commit 44a778c25c

View file

@ -1,7 +1,7 @@
# Common Lisp
Common Lisp is a [Lisp](lisp.md) dialect, created as a successor of MIT's Maclisp.
It also one of the most efficient (in terms of execution speed) Lisp, almost archiving the
It also one of the most efficient (in terms of execution speed) Lisps, almost archiving the
performance of an equivalent [C](c.md) program when using a compiler and type hints.
Unlike other Lisps, Common Lisp is gradually typed: by default its type system is dynamic,