Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/falcowinkler/clojure-runner
- Owner: falcowinkler
- Created: 2024-05-24T11:19:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T15:21:10.000Z (3 months ago)
- Last Synced: 2024-08-01T17:01:11.318Z (3 months ago)
- Language: Clojure
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.