Category:Dylan: Difference between revisions

From Rosetta Code
Content added Content deleted
(Create a dylan stub page)
 
(Fill in a little information)
Line 1: Line 1:
{{stub}}{{language}}
{{language|Common Lisp
|exec=machine
|strength=strong
|safety=safe
|checking=both
|gc=yes
|LCT=yes}}
{{language programming paradigm|functional}}
{{language programming paradigm|procedural}}
{{Language programming paradigm|Object-oriented}}
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==
* [[wp:Dylan|Wikipedia:Dylan]]

Revision as of 22:47, 25 April 2010

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.