drepl

April 2, 2018 ยท View on GitHub

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

Contents

  1. 1How to run?
  2. 2How to try it out with Docker?
  3. 3Supported OS