Pharo on the command line

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo on the command line

Damir Majer
 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
Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the command line

Camillo Bruni-3

On 2013-03-14, at 12:54, Damir Majer <[hidden email]> 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
Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the command line

Damir Majer
Camillo Bruni-3 wrote
On 2013-03-14, at 12:54, Damir Majer <[hidden email]> 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
Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the command line

Pavel Krivanek-3
In reply to this post by Damir Majer
Hi,

there is a very simple REPL example based on Pharo Kernel.

https://ci.inria.fr/pharo-contribution/view/Pharo-Kernel-2.0/job/PharoKernel2.0-OSProcess-evaluator/

The script that makes the image is here:

http://gitorious.org/pharo-build/pharo-build/blobs/master/scripts/pharo/Kernel-2.0/OSProcessEvaluator.st

-- Pavel


On Thu, Mar 14, 2013 at 12:54 PM, Damir Majer <[hidden email]> 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.
>

Reply | Threaded
Open this post in threaded view
|

Re: Pharo on the command line

Sean P. DeNigris
Administrator
In reply to this post by Damir Majer
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