dylan-lang/opendylan
1
4
Fork
You've already forked opendylan
1
The Open Dylan compiler, IDE, and core libraries. https://opendylan.org
  • Dylan 92.7%
  • C 5.1%
  • Makefile 0.5%
  • Java 0.4%
  • Max 0.3%
  • Other 0.8%
Find a file
2026年03月09日 10:57:32 -04:00
.github build(deps): bump actions/upload-artifact from 6 to 7 ( #1802 ) 2026年03月03日 07:49:28 +01:00
build Build: Add a container-based release build 2026年02月13日 07:11:16 -08:00
config Build: Re-generate LLVM bitcode files used for configure tests 2023年06月05日 21:54:20 -07:00
documentation system: Make rename-file signal <file-exists-error> 2026年03月06日 00:03:35 -05:00
sources system: remove trailing whitespace from tests/file-system.dylan 2026年03月06日 00:03:35 -05:00
tools tools: A few (very) minor cleanups for dylan-lldb 2026年01月18日 10:32:47 -05:00
.git-blame-ignore-revs Add .git-blame-ignore-revs to ignore large, uninteresting changes 2024年02月02日 21:16:17 +00:00
.gitignore doc: Adapt images to dark mode theme ( #1708 ) 2025年05月02日 17:46:19 +02:00
.gitmodules Replace dswank with dylan-emacs-support submodule 2026年02月12日 09:44:20 -05:00
autogen.sh config: Copy build auxiliary files 2020年06月13日 10:18:02 -07:00
BUILDING.rst doc: (BUILDING.rst) remove gcc dependency 2025年06月24日 09:38:44 -04:00
configure.ac Update version to 2026.2pre 2026年02月15日 18:38:23 -05:00
CONTRIBUTING.rst README.md, CONTRIBUTING.rst: fix doc URLs 2024年02月23日 13:38:42 -05:00
dylan-package.json release: Set version to 2026.1 2026年01月25日 12:59:58 -05:00
License.txt Update copyright to 2023 2023年01月17日 03:34:17 +00:00
Makefile.in build: Remove test binaries before building distribution tarball 2025年12月29日 16:02:27 -05:00
OVERVIEW.txt Replace dswank with dylan-emacs-support submodule 2026年02月12日 09:44:20 -05:00
README.md doc: more dylan-tool -> deft changes 2024年04月29日 11:27:27 -04:00

Gitter libraries-test-suite

Welcome to Open Dylan!

Open Dylan is a compiler and a set of libraries for the Dylan programming language.

If you're reading this inside of a binary release that you just downloaded and unpacked, then this is all you need to do to get started:

$ export PATH=/path/to/opendylan/bin:$PATH # for bash

Verify that the downloaded version is working correctly by building a hello-world binary:

deft new application --simple hello-world
cd hello-world
deft build --all
_build/bin/hello-world

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).

What Next?

If this is your first time trying Open Dylan, take a look at the Getting Started guide.

See also: