Re: [Newbies] Equivalent of Ruby's YAML::load in smalltalk

2009-08-20 Thread Frank Church
To add some more info , Goran Krampe has written an article http://goran.krampe.se/blog/Squeak/Tirade.rdoc about a file format that could be a smalltalk equivalent of YAML, that might put it in perspective. I am a Smalltalk newbie and it is a bit way above my head. 2009/8/20 Frank Church : >

Re: [Newbies] Equivalent of Ruby's YAML::load in smalltalk

2009-08-20 Thread Frank Church
It is a Ruby command that loads a whole YAML file directly into an array> This is the rubydoc page http://www.ruby-doc.org/core/classes/YAML.html The load and dump command are the first explained. Thx Frank 2009/7/16 stephane ducasse : > > On Jun 17, 2009, at 5:16 PM, Frank Chu

[Newbies] Smalltalk Data Structures and Algorithms

2009-06-25 Thread Frank Church
Are there any books that cover this area for Smalltalk? -- Frank Church ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

[Newbies] Equivalent of Ruby's YAML::load in smalltalk

2009-06-17 Thread Frank Church
Is there a smalltalk command that can load YAML into a Smalltalk array? -- Frank Church === devblog.brahmancreations.com ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman

[Newbies] Where to ask questions - Squeak Beginners and Squeak Dev?

2009-06-17 Thread Frank Church
general. -- Frank Church === devblog.brahmancreations.com ___ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners

[Newbies] Help needed to configure Squeak Map Loader in Pharo image

2009-06-16 Thread Frank Church
antime I am using System->software update in the hope that it does the same thing Are there commands I can execute to fix Squeak Map to get it to run properly? Frank Church ___ Beginners mailing list Beginners@lists.squeakfoundati

Re: [Newbies] How can I switch to OmniBrowser in Squeak

2009-06-10 Thread Frank Church
to investigate adding OmniBrowser to your image. > > On Sat, Jun 6, 2009 at 9:57 AM, Frank Church wrote: >> I was going through the gemstone tutorial on seaside and saw that it >> uses a OmniBrowser which displays classes in a hierachical manner. >>

[Newbies] How would I save an object to disk separately and load it when needed?

2009-06-09 Thread Frank Church
I am practicing the seaside.gemstone.com tutorial and I want to know how to save just the object definitions and their data to a seperate file, then load it again, or even into a different image and run the website again. It sounds like very newbie question, but I would be very much obliged. /vfc

[Newbies] How can I switch to OmniBrowser in Squeak

2009-06-06 Thread Frank Church
I was going through the gemstone tutorial on seaside and saw that it uses a OmniBrowser which displays classes in a hierachical manner. How can I switch my current image to use OmniBrowser? /vfclists ___ Beginners mailing list Beginners@lists.squeakfoun