Add support for Opendylan

[Opendylan](https://opendylan.org) is an object-functional
language originally created by Apple for the Newton. Dylan
is a direct descendant of Scheme and CLOS (without the Lisp
syntax).
This commit is contained in:
Fernando Raya 2024-01-31 17:18:28 +01:00
parent 4488915eec
commit 27ca2cec87
1 changed files with 16 additions and 0 deletions

16
Dylan.gitignore Normal file
View File

@ -0,0 +1,16 @@
# backup files
*~
*.bak
.DS_Store
# project file
*.hdp
# documentation build directory
build/
# compiler build directory
_build/
# dylan tool package cache
_packages/