[Pharo-project] Pharo on the command line
Hi NG, I´m searching for an Pharo command line execution (like REPL). I´ve heard about coral. Is this still the option to go or is another Tool available in Pharo 2.0? Cheers, Damir ----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/Pharo-on-the-command-line-tp4676717.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On 2013-03-14, at 12:54, Damir Majer <damir@majcon.de> wrote:
Hi NG,
I´m searching for an Pharo command line execution (like REPL). I´ve heard about coral.
Is this still the option to go or is another Tool available in Pharo 2.0?
You can have a look at the readline implmentation, AFAIK i added a simple REPL for it: http://smalltalkhub.com/#!/~dh83/readline otherwise I think coral should work under 2.0
Camillo Bruni-3 wrote
On 2013-03-14, at 12:54, Damir Majer <
damir@
> wrote:
Hi NG,
I´m searching for an Pharo command line execution (like REPL). I´ve heard about coral.
Is this still the option to go or is another Tool available in Pharo 2.0?
You can have a look at the readline implmentation, AFAIK i added a simple REPL for it: http://smalltalkhub.com/#!/~dh83/readline
Hi Camillo, thanks for your help
Cheers, Damir
otherwise I think coral should work under 2.0
----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/Pharo-on-the-command-line-tp4676717p4676727.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Hi, there is a very simple REPL example based on Pharo Kernel. https://ci.inria.fr/pharo-contribution/view/Pharo-Kernel-2.0/job/PharoKernel... The script that makes the image is here: http://gitorious.org/pharo-build/pharo-build/blobs/master/scripts/pharo/Kern... -- Pavel On Thu, Mar 14, 2013 at 12:54 PM, Damir Majer <damir@majcon.de> wrote:
Hi NG,
I´m searching for an Pharo command line execution (like REPL). I´ve heard about coral.
Is this still the option to go or is another Tool available in Pharo 2.0?
Cheers, Damir
----- -- Damir Majer ... be agile: www.majcon.de -- View this message in context: http://forum.world.st/Pharo-on-the-command-line-tp4676717.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Damir Majer wrote
I´m searching for an Pharo command line execution (like REPL).
Also see https://gist.github.com/seandenigris/2604215 , TSTTCPW ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-on-the-command-line-tp4676717p4676872.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (4)
-
Camillo Bruni -
Damir Majer -
Pavel Krivanek -
Sean P. DeNigris