Blob Blame History Raw
# gcl

[GCL](https://www.gnu.org/software/gcl/) is a Common Lisp currently compliant
with the
[ANSI standard](http://www.lispworks.com/documentation/HyperSpec/Front/).
Lisp compilation produces native code through the intermediary of the system's
C compiler, from which GCL derives efficient performance and easy portability.
The GUI currently uses TCL/Tk.