Category:Dylan Implementations: Difference between revisions

Content added Content deleted
(Add Open Dylan to implementations list)
(Mention BDW GC in addition to MPS)
 
Line 1: Line 1:
{{implementation cat|Dylan}}
{{implementation cat|Dylan}}


Open Dylan[https://opendylan.org] is the main Dylan implementation. It uses LLVM[http://llvm.org/] to generate machine code and MPS[https://www.ravenbrook.com/project/mps/] for garbage collection.
Open Dylan[https://opendylan.org] is the main Dylan implementation. It uses LLVM[http://llvm.org/] to generate machine code and MPS[https://www.ravenbrook.com/project/mps/] or BDW[https://www.hboehm.info/gc/] for garbage collection, depending on the platform.