19 lines
808 B
XML
19 lines
808 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
|
<pkgmetadata>
|
||
|
<maintainer>
|
||
|
<email>araujo@gentoo.org</email>
|
||
|
<name>Luis F. Araujo</name>
|
||
|
</maintainer>
|
||
|
<longdescription lang="en">
|
||
|
Dylan is an advanced, object-oriented, dynamic language which supports the rapid
|
||
|
development of programs. When needed, the programmer can later optimize [his or
|
||
|
her] 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, keyword
|
||
|
arguments, object introspection, and many other advanced features.
|
||
|
</longdescription>
|
||
|
</pkgmetadata>
|
||
|
|