I recently found this Coding Ground website which lets you create Fantom projects, edit the source files and run the compiled programs. All from within the confines of your browser!
Just note that before you can compile or run your Fantom code, you first need to make the Fantom scripts executable by running:
chmod +x /usr/local/fantom/bin/*
I guess it's because file permissions aren't saved in the default Fantom .zip file. (Although this Stackoverflow answer suggests it is possible, it looks a little tricky and OS specific.)
I was also amused to note that when listing their supported programming languages, they used Fantom's lesser known feather logo!
SlimerDude Sun 14 Dec 2014
Edit, Run, Save and Share Fantom Code Online!
I recently found this Coding Ground website which lets you create Fantom projects, edit the source files and run the compiled programs. All from within the confines of your browser!
http://www.tutorialspoint.com/execute_fantom_online.php
Just note that before you can compile or run your Fantom code, you first need to make the Fantom scripts executable by running:
I guess it's because file permissions aren't saved in the default Fantom .zip file. (Although this Stackoverflow answer suggests it is possible, it looks a little tricky and OS specific.)
I was also amused to note that when listing their supported programming languages, they used Fantom's lesser known feather logo!
andy Wed 17 Dec 2014
Pretty cool - nice find (and logo ;).