Category:Dylan

From Rosetta Code
(Redirected from Dylan)
Language
Dylan
This programming language may be used to instruct a computer to perform a task.
Official website
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 an 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.