Skip to content
EntityQ1268744· pop 21· linked from 171 articles

multi-paradigm programming language with support for functional and object-oriented programming

Source code

Note: if there is no build directory already, dylan-compiler will create it and build all used libraries. Subsequent builds will be much faster since they won't need to rebuild core libraries (as long as you always run the compiler in the same directory). If this is your first time trying Open Dylan, take a look at the Getting Started guide. BUILDING.rst - how to build the compiler and IDE See the Open Dylan Hacker's Guide for how to contribute to Open Dylan or its libraries. opendylan.org - our main website

Excerpt from the source-code README · 1,607 chars · not written by Vinony

Wikidata facts

Publisher
Apple Inc.
Official website
opendylan.org
Show 8 more facts
programming paradigm
functional programming
publication date
1992-00-00
inception
1992-01-01
influenced by
Common Lisp
software version identifier
2020.1
source code repository URL
github.com/dylan-lang/opendylan
typing discipline
strong typing
Sources (5)

via Wikidata · CC0

Article · 日本語

Dylan(ディラン)は、プログラミング言語の一種。Apple Computerが次世代プログラミング言語を目指し、オブジェクト指向、関数型言語、動的言語、データ抽象化/隠蔽などを取り入れて開発した言語。名称の由来はDynamic Language(動的言語)から。 アップルコンピュータ社でLISP/CLOS等を担当していたチームが設計にあたり、そのためCLOSの影響を色濃く受け継いでいる。 当初「Ralph(ラルフ)」という開発コード名で呼ばれ、Apple Newtonに搭載する予定で開発されていたが、想定しているプログラミングの動的化や、それに付随するガベージコレクション機能等を実現する為には多大な処理能力が必要とされ、ニュートンに搭載する予定のチップでは実現できないことが解り、ニュートンにはが搭載される事となり、Dylanは採用されなかった。 後に、開発者向けにApple Dylan Technology Release 1(テクノロジーリリース)として販売したが、アップルコンピュータの組織再編とともにプロジェクトは解散した。 Dylanは、汎用コンピュータ言語となるために、言語仕様の根幹の部分をStandard Dylan(標準Dylan)、アップルコンピュータが拡張した部分をApple Dylan Language Extensions(アップルディラン言語拡張)として分離していた。

Abstract from DBpedia / Wikipedia · CC BY-SA