Guide for Implementing Common Lisp
0
admin
For implementing a Common Lisp compiler, resources like Kyoto Common Lisp's bootstrapping paper (1990) and SICL's modular design (developed using Common Lisp) are helpful. SICL is well-documented and components can be reused in other implementations, aiding understanding of the compilation process and adherence to the CL specification. Reviewing European Lisp Symposium papers can also provide valuable insights.
0 Subscribers
Submit Answer
0 Answers