⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|Common Lisp}} [http://www.gnu.org/software/gcl/ GCL] is Gnu Common Lisp.

GCL is a Common Lisp currently compliant with the CLtL1 standard. Lisp compilation produces native code through the intermediary of the system's C compiler, from which GCL derives efficient performance and facile portability. Currently uses TCL/Tk as GUI. (from http://savannah.gnu.org/projects/gcl) == See Also == [[wp:GNU_Common_Lisp|Wikipedia:GNU Common Lisp]]