What are you using to do jobs on the commandline. I'm sick of doing bash and
sed,perl,jq,... stuff.
Me too. I dream about editing my pharo script in Pharo, deploying them
from pharo and debugging
them if necessary.
What would be the quickest start when using a normal image?
passing a code snippet via the command line as described in the zeroconf
chapter.
And what if I want to give coral a start. Does it work in 3.0? Best place to
load stuff from?
I agree with you.
Damien C made a lot of changes to make sure that we can run the image on
readonly folder. Because you want to
have a image in /usr/bin/ whatever and load your scripts.
About coral I think that starting to use it is worth. Right you can
launch scripts and even define
classes. To me coral is orthogonal to the scripts.
I was thinking that we would have a much better support for OSProcess
(via NB).
To me this is the most important point. Better OS integration. Having an
alternate syntax for methods is secondary or less priority.
Stef