dlang-community / drepl

A REPL for D
Boost Software License 1.0
78 stars 20 forks source link
code d evaluation repl

drepl

A REPL for D.

DUB Package Build Status

How to run?

Install DUB (D's package manager) from the official releases. Then fetch and start the drepl:

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