https://github.com/athos/docker-opendylan
https://github.com/athos/docker-opendylan
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/athos/docker-opendylan
- Owner: athos
- License: mit
- Created: 2016-10-14T07:35:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T07:48:34.000Z (about 9 years ago)
- Last Synced: 2025-01-11T23:35:28.098Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-opendylan
This is the repository of a personal Docker image for [Open Dylan](http://opendylan.org/index.html).
## Usage
Run an interactive shell from the image:
```
$ docker -it athos/opendylan /bin/bash
```
Then within the shell, create a new Dylan application project using `make-dylan-app`.
```
# make-dylan-app hello-world
# cd hello-world
```
And run `dylan-compiler` to build the project like the following:
```
# dylan-compiler -build hello-world.lid
```
## License
Copyright (c) 2016 Shogo Ohta
The files in the repository are distributed under the MIT License. See [LICENSE](LICESE) for details.