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
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
- Open a .jl file.
- Hit
F5
orF6
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