[Pharo-project] Try with Coral
Hi! I just gave a try of Coral. Apparently I am not able to run the examples: /users/alexandrebergel/Downloads/Coral> ./coral.sh scriptHappyFace.cst ok, bye... /users/alexandrebergel/Downloads/Coral> ./coral.sh scriptHappyFace.cst ok, bye... /users/alexandrebergel/Downloads/Coral> ./coral.sh scriptCarpet.cst ok, bye... /users/alexandrebergel/Downloads/Coral> In addition: /users/alexandrebergel/Downloads/Coral> ./coral.sh -h Usage: coral.sh [-di] [script-file.coral] coral.sh [-h] -d debug mode: run headful and do not automatically quit -i interactive mode: handle input on a character-wise basis instead of line-wise -h display this help message /users/alexandrebergel/Downloads/Coral> Scripts should ends with .coral or .cst? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On 16 March 2012 14:18, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Scripts should ends with .coral or .cst?
Either. Currently it has no impact, but I'm thinking Coral should integrate with the default code loader, in which case the extension would determine what happens with the script (i.e. *.st get parsed/loaded as a changeset, and *.{cst,coral} as a Coral script). -- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet
participants (2)
-
Alexandre Bergel -
Damien Pollet