Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avh4/elm-dlang

WIP
https://github.com/avh4/elm-dlang

Last synced: 8 days ago
JSON representation

WIP

Awesome Lists containing this project

README

        

Compile Elm to D, to build native apps.

## Development info

To run tests:

```sh
nix-shell -A elm-d --run ./run-tests.sh
```

To work on elm-compiler or elm-make:

```sh
nix-shell -A elm-compiler.env
nix-shell -A elm-make.env
```