Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/falcowinkler/clojure-runner

A docker container that runs clojure code.
https://github.com/falcowinkler/clojure-runner

Last synced: 6 days ago
JSON representation

A docker container that runs clojure code.

Awesome Lists containing this project

README

        

## clojure-runner

Container image for clojure used by CodeRunner.

### Usage

Build:

```bash
docker build -t codewars-clojure-runner .
```

Run:

```bash
./bin/run.sh
```

### Examples

- `multiply`: Correct implementation with fixed tests.
- `multiply-failing`: Correct implementation with failing tests.
- `syntax-error`: Solution with a syntax error.