is there a standard way of using pharo 1.3 OneClick (or squeak 4.2 All-in-One) for scripting tasks ? With python, I simply: * write a script foo.py * use extra classes by writing "import xyz" * run "python foo.py" or even simpler: * #!/usr/bin/python -- View this message in context: http://forum.world.st/scripting-pharo-tp4089006p4089006.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Yes you can either pass a st file as argument. See the recent mail of alberto bachelli or you can use Coral http://rmod.lille.inria.fr/coral/ Stef On Nov 20, 2011, at 6:08 PM, t olschewski wrote:
is there a standard way of using pharo 1.3 OneClick (or squeak 4.2 All-in-One) for scripting tasks ?
With python, I simply:
* write a script foo.py * use extra classes by writing "import xyz" * run "python foo.py" or even simpler: * #!/usr/bin/python
-- View this message in context: http://forum.world.st/scripting-pharo-tp4089006p4089006.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
thanks. That looks promising. -- View this message in context: http://forum.world.st/scripting-pharo-tp4089006p4092145.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Hi I'm trying to migrate VSE / VW code to Pharo. I have some "serialized" objects "dumped" with a class called ObjectFiler (VSE) or BynaryObjectStorage (VW). Those files are index files. They were "dumped" for a quick reload. I'm looking and I cannot find something similar in Pharo. Will I have to transfer those files to something else. I appreciate your help. Chantal Thibodeau Recherche et développement / Research and development Groupe Onscope Inc. / Onscope Group Inc. 651 Notre Dame O., Suite 200 Montréal, Québec H3C 1H9 1-877-563-9696 514-393-9696 # 382 www.onscope.com cthibodeau@onscope.com
Sorry gang, I finally find myself. ----- Original Message ----- From: "Chantal Thibodeau" <cthibodeau@onscope.com> To: "A friendly place where any question about pharo is welcome" <pharo-users@lists.gforge.inria.fr> Sent: Friday, November 25, 2011 2:17 PM Subject: [Pharo-users] VSE ObjectFiler / VW BinaryObjectStorage
Hi
I'm trying to migrate VSE / VW code to Pharo. I have some "serialized" objects "dumped" with a class called ObjectFiler (VSE) or BynaryObjectStorage (VW).
Those files are index files. They were "dumped" for a quick reload.
I'm looking and I cannot find something similar in Pharo. Will I have to transfer those files to something else.
I appreciate your help.
Chantal Thibodeau Recherche et développement / Research and development Groupe Onscope Inc. / Onscope Group Inc. 651 Notre Dame O., Suite 200 Montréal, Québec H3C 1H9 1-877-563-9696 514-393-9696 # 382 www.onscope.com cthibodeau@onscope.com
participants (3)
-
Chantal Thibodeau -
Stéphane Ducasse -
t olschewski