https://github.com/dlang-community/drepl
A REPL for D
https://github.com/dlang-community/drepl
code d evaluation repl
Last synced: 11 days ago
JSON representation
A REPL for D
- Host: GitHub
- URL: https://github.com/dlang-community/drepl
- Owner: dlang-community
- License: bsl-1.0
- Created: 2013-10-31T22:24:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T10:50:56.000Z (about 5 years ago)
- Last Synced: 2025-10-11T07:38:15.382Z (3 months ago)
- Topics: code, d, evaluation, repl
- Language: D
- Size: 134 KB
- Stars: 79
- Watchers: 8
- Forks: 20
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
drepl
=====
A REPL for D.
[](https://code.dlang.org/packages/drepl)
[](https://travis-ci.org/dlang-community/drepl)
How to run?
-----------
Install DUB (D's package manager) from the [official releases](https://dlang.org/download.html).
Then fetch and start the `drepl`:
```bash
dub fetch drepl
dub run drepl
```
How to try it out with Docker?
------------------------------
Just run `docker run -ti dlanguage/drepl`
Details: https://hub.docker.com/r/dlanguage/drepl/
Supported OS
------------------------------
Works on any OS with full shared library support by DMD (currently linux, OSX, and FreeBSD).