Send to Printer

smalltalk

Coral Scripting

September 27, 2011 9:03:15.898

Pharo based scripting is coming along:

Coral makes it possible to write shell scripts with Pharo. It’s actually several parts:

  • A wrapper shell script
    • To seamlessly invoke the VM from the command line.
  • A tiny syntax extension
    • Smalltalk has no syntax to declare classes and methods outside of the code browser. Coral’s syntax extension allows to declare classes, methods, and to evaluate code, all in a simple text file.
  • A lighter, prepared image
    • The Coral image is configured to launch quickly, without a graphical interface, and is preloaded with packages useful for scripting, like access to the system’s filesystem and processes.

If you follow the link, there's a video as well

Technorati Tags: ,

posted by James Robertson

Comments

Re: Coral Scripting

[Marcus] September 27, 2011 10:20:59.221

The Video of Damien's ESUG 2011 talks is on Youtube here:

[link 1]

[1 http://www.youtube.com/watch?v=HLb_rMcNN6k&feature=channel_video_title]

 Share Tweet This