Atom Julia on Terminal

Hello Julia Community !

I developed this simple Atom package to run Julia source on a terminal windows pressing F5. Hope you like it! Any feedback, suggestions and bug reports are welcome!!!

atom-julia-run package

GitHub license

Run your Julia source file (.jl) using F5 or F6!

Prerequisite

  • Windows or Linux with gnome-terminal;
  • julia should be on PATH.

Method of use

  1. Open a .jl file.
  2. Hit F5 or F6 to run.
  • It will save the file in current editor immediately without a confirmation, be aware.

Contribute

  • New an issue if you have any idea of new features.

This is a package for Atom

2 Likes