Home
Softono

Opendylan

Open source Dylan
498
Stars
71
Forks
279
Issues
32
Watchers
3 months
Last Commit

 About Opendylan

Open Dylan compiler and IDE

Platforms

Web Self-hosted

Languages

Dylan

Need Help Installing Opendylan?

We provide expert installation service for this software. Our team will install, configure, and secure Opendylan on your server. plans start at just $30.

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: