Linked by Thom Holwerda on Fri 30th Sep 2005 10:32 UTC, submitted by Magnum
General Development "Dylan is an advanced, object-oriented, dynamic language which supports the rapid development of programs. When needed, the programmer can later optimize 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, and many other advanced features."
Thread beginning with comment 38631
To read all comments associated with this story, please click here.
RE[4]: ...
by on Fri 30th Sep 2005 22:43 UTC

Member since:

> No I don’t! Thanks for generalizing! I’m actually searching for a good and modern procedural (and modular) programming language. I want some functional in it too, but dirty functional. I don’t want to be nailed down on the no side effects thing. I want to pass functions without using function pointers, and I want to iterate over arrays without having to write int i = 0; i < 100; i++.

Python. Scheme.