Skip to content

dlang-community/drepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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