Sign inSign up

dlanguage/drepl

By dlanguage

•Updated over 9 years ago

DRepl

Image
3

4.2K

dlanguage/drepl repository overview

⁠docker-drepl

Docker pulls Docker Build Latest Tag

DRepl as Docker Image

⁠Usage

docker run -ti dlanguage/drepl

This will start a Repl for D. Once started, output will be similar to the following:

$ docker run -ti dlanguage/drepl
Welcome to D REPL.
D>

Use it like:

D> auto a = 23;
a
D> import std.stdio;
std
D> writefln("a is %s", a);
a is 23

⁠References

Tag summary

Content type

Image

Digest

Size

190.4 MB

Last updated

over 9 years ago

docker pull dlanguage/drepl