Hi Steve,

Have a look at Clap:

https://github.com/cdlm/clap-st
https://speakerdeck.com/cdlm/clap-esug-2018

Coral was a nice idea but tried to be too many things at once (scripting syntax ��� commandline API); in contrast, Clap is only about defining commandline APIs for Pharo code. Feel free to send questions & feedback my way, too :-)

On Tue, 25 Dec 2018 at 19:46, Steve Quezadas <steve@thestever.net> wrote:
What happened to the pharo commandline "eval" function?

Does anyone know what happened to the pharo "eval" function on the
comnandline? It seems to have disappeared in the newer versions. The
Coral thing also seems to be abandoned as the readme is no longer there:
http://smalltalkhub.com/#!/~PharoExtras/Coral

Is there any way to send messages to pharo from commandline? Sometimes I
write an object in pharo and it can be useful to use if I am runing a
linux shell. Sometimes I have a bash script or something that needs an
answer from pharo.

- Steve