Skip to content

Jeff-Ciesielski/nimr

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages