1
0
Fork
You've already forked opendylan
0
The Open Dylan compiler, IDE, and core libraries.
  • Dylan 92.7%
  • C 5.1%
  • Makefile 0.5%
  • Java 0.4%
  • Max 0.3%
  • Other 0.8%
Find a file
2026年07月10日 20:26:31 -04:00
.github build(deps): bump actions/checkout from 6 to 7 ( #1821 ) 2026年06月23日 19:47:19 +02:00
build Build: Update LLVM in the with-batteries build 2026年07月08日 21:13:23 -07:00
config Build: Enable LLVM config support for aarch64-darwin 2026年05月11日 23:47:37 -07:00
documentation doc: A few tweaks for making-a-release.rst 2026年07月10日 19:27:16 -04:00
sources Set release tag to 2026.3pre1 2026年07月10日 13:22:22 -04:00
tools dylan-lldb: Fix bug introduced in b51f442df8 2026年05月21日 13:29:01 -04: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 Set release tag to 2026.3pre1 2026年07月10日 13:22:22 -04:00
CONTRIBUTING.rst README.md, CONTRIBUTING.rst: fix doc URLs 2024年02月23日 13:38:42 -05:00
dylan-package.json package: Bump version to 202620 2026年07月10日 19:27:16 -04:00
License.txt Update copyright to 2023 2023年01月17日 03:34:17 +00:00
Makefile.in Build: Fix issue with cp -p 2026年07月08日 21:14:44 -07: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: