Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jeff-Ciesielski/nimr
https://github.com/Jeff-Ciesielski/nimr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Jeff-Ciesielski/nimr
- Owner: Jeff-Ciesielski
- Created: 2017-02-22T03:51:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T17:53:19.000Z (over 4 years ago)
- Last Synced: 2024-05-18T14:33:39.878Z (6 months ago)
- Language: Nim
- Size: 4.88 KB
- Stars: 44
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nim - nimr - Run Nim programs like scripts. (Operating System / Scripting)
README
# nimr: Run nim programs like scripts
This is a pretty much direct port of the excellent `nimrun` which was
written by Flaviu Tamas. Unlike `nimrun`, `nimr` is implemented in
nim and can be installed via nimble (for a nice smooth install).## Requirements
Nim compiler >= 0.16.0
## Installation
Installation via Nimble is recommended: `nimble install nimr`
## Use
After installation, simply add `#!/usr/bin/env nimr` as the first line
of your script (just like you would with python/ruby/etc).## Features
* Caching of compilation results