Category:Dylan

From Rosetta Code
Revision as of 22:47, 25 April 2010 by rosettacode>Frytvm (Fill in a little information)
Language
Dylan
This programming language may be used to instruct a computer to perform a task.
Execution method: Compiled (machine code)
Garbage collected: Yes
Type safety: Safe
Type strength: Strong
Type checking: Dynamic, Static
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Dylan.

Dylan is a imperative, functional programming language highly inspired by various lisps. Although original prototypes kept lisp's s-expr based syntax, modern Dylan is written in a somewhat pascal/C-inspired syntax. It's object system is notable for being CLOS-style (oriented around generic methods) rather than smalltalk message-passing style. It allows for a mix of static and dynamic typing.

Citations

Subcategories

This category has the following 3 subcategories, out of 3 total.