Dylan 1.0 beta1 review

Download
by rbytes.net on

Dylan is an advanced, object-oriented, dynamic language which supports the rapid development of programs. When needed, the programme

License: GPL (GNU General Public License)
File size: 0K
Developer: Gwydion Dylan Maintainers
0 stars award from rbytes.net

Dylan is an advanced, object-oriented, dynamic language which supports the rapid development of programs.

When needed, the programmer can later optimize [his or her] programs for more efficient execution by supplying type information to the compiler. Nearly all entities in Dylan (including functions, classes, and basic data types such as integers) are first class objects.

Additionally Dylan supports multiple inheritance, polymorphism, multiple dispatch, keyword arguments, object introspection, and many other advanced features...

Here are some key features of "Dylan":
An advanced object model. Dylan's object model is more powerful than those of most mainstream languages, but more familiar than what you'd find in an academic language.
Efficiency and flexibility. Dylan can be used as a dynamic prototyping language (like Smalltalk) or an efficient compiled language. Functional Developer, Functional Objects' Dylan compiler, generates code as good as that of most C compilers. Still, it provides an interactive prototyping environment like those found in Smalltalk or Common Lisp.
Support for advanced IDEs. The original implementation of Dylan stored code in a database and provided multiple views of how definitions were related. Cross-referencing, hypercode and online documentation were all popular research topics among the language's designers.
Infix syntax. (Most languages, including C, are infix. LISP is prefix and Forth is postfix.)

Dylan 1.0 beta1 keywords