I am planning to teach a 2 week programming class to a group of high school students.
The IT department refuses to install the IDE and development tools I want, so I’m forced to
use online resources.
I think the Scastie tool will suffice for the extent of the programs we wish to write.
Our programs will probably be limited to 10, 20, maximally 30 lines at a time.
However, there doesn’t seem to be any sort of file management feature in Scastie.
Students would have to copy paste from other editors into Scastie, and remember to copy-paste
back into their filesystem. yes the Scastie sessions are saved by sha1 sum, which the students could manage in some sort of notebook, but there’d be no way to find one if it were lost.
Is there any thought to adding some sort of file management to Scastie, upload-file, needs-save, save-as feature?
What other online tool could someone suggest?
I’ve found a couple with a google search which I know nothing about the robustness or hidden costs of. E.g., Online Scala Compiler - Online Scala Editor - Run Scala Online - Online Scala Runner
which appears to have some sort of file upload and save feature.