On Sat, Aug 7, 2010 at 3:17 PM, Running Game <
[hidden email]> wrote:
> Hi, I've been taking a look at Gemstone/S for the past week or so, and I'm curious what is the proper way to develop in it?
>
> Do we develop in Pharo, then deploy to Gemstone? If so, how do you deal with the languages being different?
>
> Or are you supposed to develop in the Glass appliance?
>
Recommended rule of thumb is develop in pharo where you have better
tool support and then 'port' to gemstone.
Once you know what you are doing and have a few simple little
compatibility libraries together ( to deal with things like how to get
access to globals and other mundane issues ), 'porting' becomes a bit
of a misnomer. Usually porting once you are going means loading code
into gemstone and away you go, although, from time to time you will
find you are using a method from pharo that isn't in gemstone. fixing
issues like that is usually pretty easy.
-Sean-
footnote - I do know of one person who liked developing using Gemtools
better ( say hi joel ), but he was obviously dropped at birth.