How can a fileout/filein be done using Tonel format?
In the first case as a script?
and secondly as a possible menu option for Pharo?
This is to facilitate transfer of student coding exercises for Exercism.
http://exercism.io/languages/pharo/launch
Could Tonel handle a full package export in one file?
Hi Ben,
I am not sure, but the purpose of Tonel is to propose a file representation of "one class=one file".
Why not using Fileout st files to transfer the code?