summaryrefslogtreecommitdiff
path: root/lang/gwydion-dylan/DESCR
diff options
context:
space:
mode:
authormarkd <markd>2005-12-31 22:42:31 +0000
committermarkd <markd>2005-12-31 22:42:31 +0000
commit633512627001068e0ed4e3a974ba5cd290a1fd5b (patch)
treecc92a4aecdb2059c537ebcc8c1972c5e57a1752a /lang/gwydion-dylan/DESCR
parentc6e605688247577d8011461c5737d81dbacd15e2 (diff)
downloadpkgsrc-633512627001068e0ed4e3a974ba5cd290a1fd5b.tar.gz
Reimport dylan-compiler as gwydion-dylan and update to version 2.4.0
Gwydion Dylan 2.4.0 (2004-10-23) Because the bulk of our recent development effort has been put into the 2.5 development branch, work on this branch has focused on stabilization in the form of bug and compatibility fixes. Changes include improvements in the robustness of the melange tool, and an update of the Macintosh CodeWarrior plugin.
Diffstat (limited to 'lang/gwydion-dylan/DESCR')
-rw-r--r--lang/gwydion-dylan/DESCR21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/gwydion-dylan/DESCR b/lang/gwydion-dylan/DESCR
new file mode 100644
index 00000000000..31447a63eb3
--- /dev/null
+++ b/lang/gwydion-dylan/DESCR
@@ -0,0 +1,21 @@
+Dylan is an object-oriented, dynamic, infix, garbage-collected
+programming language with support for multiple inheritence, multiple
+dispatch (an advanced form of polymorphism), typed and untyped
+variables, closures and exceptions. Dylan also supports pattern-based
+hygenic macros. These allow you to define new control constructs and
+fully integrate them with the language.
+
+Dylan (theoretically) combines the performance of C or C++ with the
+rapid development of Perl and the expressiveness of LISP. It looks
+similar to C or Pascal, so experienced programmers can learn to write
+simple programs quickly.
+
+Gwydion Dylan provides two implementations of the Dylan programming
+language: Mindy and d2c. Mindy is bytecode compiler and interpreter,
+and d2c is a Dylan-to-C compiler. Mindy compiles programs quickly,
+but the resulting executables run slowly. On the other hand, d2c
+compiles programs slowly, but they run quickly.
+
+Gwydion Dylan was originally written by the Gwydion Group at CMU as
+part of a research project studying advanced hypercode development
+environments. It is now maintained by a group of volunteers.