articles/common_lisp.md: update
This commit is contained in:
parent
3b8fbf5959
commit
44a778c25c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue