. .

smalltalk

Console Scripting with Pharo

25 November 2010 9:50:13 AM

Interesting - the notion of a command line level REPL came up on the podcast I did with James Ladd recently (It'll be out Sunday) - and here's a Pharo project for just that.

Hat tip Torsten.

Technorati Tags: ,

posted by James Robertson

Comments

Re: Console Scripting with Pharo

[Alan Knight] 25 November 2010 12:45:47 PM

In VisualWorks, you can do

../bin/linux86/visual visual.im -nogui -pcl ScriptingSupport -i

with fewer options required, of course, if you're not just running the distribution image, but one which has been saved with that parcel loaded and headless. On Windows, you'd want to use vwntconsole.exe so you actually get useful input and output.

Re: Console Scripting with Pharo

[James Robertson] 25 November 2010 1:54:41 PM

 Share Tweet This