ljmf00 / drepl

A REPL for D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A REPL for D

License:Boost Software License 1.0


Languages

Language:D 100.0%