Hi roland You can run pharo with a UI using the headless mode. in that case you can implement a simple read eval loop that read from standard input and write on stdout. You can also use the -eval command line parameter to get a value of a message Now you can also define a simple ui and disable all the tools. This requires a bit more practice. So let us know. There is also the user manager package that let you control some behavior. Stef
I have programming experiences with BASIC compilers. I would like to program in a Smalltalk environment; but I have the following newbie's questions:
a) Can I deploy an image without all the browsers and other "stuff" - just a plain console program?
b) How is it possible to write a console program without gui etc.?
Thank you! Roland.
Hello everybody,
Primarilly I just want to catch some experiences with SmallTalk - which so far I find really exceptional. For doing that I just want to use a simple input-/output window (could be a 'transcript'?), for something like that:
input value calculate return value
If a gave this image to somebody else, I find it necessary to just give the "program" itself, without all the rest of the image (and ide).
Thanks, Roland
-- Mag. Roland Strasser