Linux software

 
Contact Us
lang : dylan
CMU Gwydion project interpreter and compiler for the Dylan language
CMU Gwydion project's implementation of the Dylan programming language. Dylan is an object-oriented language with many powerful features, including automatic memory management (garbage collection), generic functions (also known as multiple dispatch or multi-methods), multiple inheritance, a powerful and safe macro facility for extending the language's syntax, and a powerful class and function library. Though it is a DYnamic LANguage, it includes facilities for making compiled programs more efficient than many other dynamic languages. Gwydion Dylan actually contains two implementations of the language. One, called Mindy (Mindy Is Not Dylan Yet), is a bytecode compiler and interpreter that implements most of the language except for the macro facility. The other, d2c, is a compiler for the full language that uses C as its target "assembly language". The d2c compiler was written in Dylan and bootstrapped using Mindy. A copy of the d2c compiler binary is required by the port to bootstrap the entire system, which can often take quite a bit of time. For more information about Gwydion Dylan, see the Gwydion Dylan maintainers
Version number : 2.4.0
Md5 : MD5 (gwydion-dylan-2.4.0.tar.gz) = 7ed180bf4ef11e8e8da3bd78b45477a8 SHA256 (gwydion-dylan-2.4.0.tar.gz) = 506fe7baef961f87563764e0ad6a3a31b0db9ad40cc822acd59ec9097d139cfd SIZE (gwydion-dylan-2.4.0.tar.gz) = 3623651 MD5 (d2c-2.4.0-FreeBSD.gz) = 4d020eb0bb84516adfdfc05f2475bffb SHA256 (d2c-2.4.0-FreeBSD.gz) = a8753d404c5467f1f20822d28bc813f7444d2f66b21cbc0fbd58636de283b0c6 SIZE (d2c-2.4.0-FreeBSD.gz) = 3060993
Linux Software