ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

Add support for nim scripts #20

Closed AngelEzquerra closed 9 years ago

AngelEzquerra commented 9 years ago

It would be nice to add native support for running num scripts. Nim scripts can be run with the following command:

nim compile --run scriptpath.nim

Where "scriptpath.nim" is the path to the nim script that is to be run

ioquatix commented 9 years ago

Can it run from stdin too? for unsaved files.

AngelEzquerra commented 9 years ago

Not as far as I know.

ioquatix commented 9 years ago

The advice I have received is for you to use https://github.com/flaviut/nimrun