Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

15
Lang/Dylan/00-LANG.txt Normal file
View file

@ -0,0 +1,15 @@
{{language|
|exec=machine
|strength=strong
|safety=safe
|checking=both
|gc=yes
|LCT=yes
|site=http://opendylan.org/}}
{{language programming paradigm|functional}}
{{language programming paradigm|procedural}}
{{language programming paradigm|imperative}}
{{Language programming paradigm|Object-oriented}}
Dylan is an [[:Category:Programming paradigm/Imperative|imperative]], [[:Category:Programming paradigm/Functional|functional]] programming language highly inspired by various [[Lisp]]s. 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]]

2
Lang/Dylan/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Dylan

1
Lang/Dylan/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/Dylan

View file

@ -0,0 +1 @@
../../Task/99-bottles-of-beer/Dylan

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/Dylan

View file

@ -0,0 +1 @@
../../Task/Anonymous-recursion/Dylan

1
Lang/Dylan/Ascending-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Ascending-primes/Dylan

1
Lang/Dylan/Boolean-values Symbolic link
View file

@ -0,0 +1 @@
../../Task/Boolean-values/Dylan

1
Lang/Dylan/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/Dylan

1
Lang/Dylan/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/Dylan

View file

@ -0,0 +1 @@
../../Task/Function-composition/Dylan

View file

@ -0,0 +1 @@
../../Task/Hello-world-Graphical/Dylan

1
Lang/Dylan/Hello-world-Text Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/Dylan

1
Lang/Dylan/LZW-compression Symbolic link
View file

@ -0,0 +1 @@
../../Task/LZW-compression/Dylan

1
Lang/Dylan/Literals-Integer Symbolic link
View file

@ -0,0 +1 @@
../../Task/Literals-Integer/Dylan

1
Lang/Dylan/Man-or-boy-test Symbolic link
View file

@ -0,0 +1 @@
../../Task/Man-or-boy-test/Dylan

View file

@ -0,0 +1 @@
../../Task/Sieve-of-Eratosthenes/Dylan