An open API service indexing awesome lists of open source software.

https://github.com/dlang-community/drepl

A REPL for D
https://github.com/dlang-community/drepl

code d evaluation repl

Last synced: 11 days ago
JSON representation

A REPL for D

Awesome Lists containing this project

README

          

drepl
=====

A REPL for D.

[![DUB Package](https://img.shields.io/dub/v/drepl.svg)](https://code.dlang.org/packages/drepl)
[![Build Status](https://travis-ci.org/dlang-community/drepl.png)](https://travis-ci.org/dlang-community/drepl)

How to run?
-----------

Install DUB (D's package manager) from the [official releases](https://dlang.org/download.html).
Then fetch and start the `drepl`:

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