[Pharo-users] Smalltalk job offers

2017-01-24 Thread Stephane Ducasse
Begin forwarded message: *From: *"Nowak, Helge" *Subject: **[Esug-list] Looking for 2 Smalltalk developers for Germany / 2 Smalltalk-Entwickler gesucht* *Date: *23 January 2017 at 13:52:52 GMT+1 *To: *ESUG Mailing list Dear Smalltalkers, I am

[Pharo-users] Deployment pharo with multiple instances and voyage

2017-01-24 Thread Alejandro Infante
Hi! I’m close to deploy a web service using Pharo with Voyage and MongoDB. I have been playing with it and everything works ok with a single Pharo image. Couple of days ago I started questioning myself about how voyage behaves when you have multiple pharo images using the same mongo database

[Pharo-users] Code loading/unloading order

2017-01-24 Thread webwarrior
It is not documented. What happens when I load a package? Are all classes created first, and then methods are added, or classes are loaded one-by-one with all their methods? What about Slots? Are they added to classes after all classes are loaded? Do they have their methods by that time? What is

Re: [Pharo-users] I'd really love to use Pharo this way

2017-01-24 Thread webwarrior
No, Eve is not "attempt to bring Literate Programming to the masses". It is an attempt at making programming daily tasks and small tools a lot simpler and easier, expecially for non-programmers (scientists, analysts, etc.). It took many forms in the past, including visual coding, Excel-like

Re: [Pharo-users] how to see methods implemented in super classes

2017-01-24 Thread Denis Kudriashov
Hi. 2015-05-15 7:01 GMT+02:00 Sanjay Minni : > Hi > > is there a way to see in the browse all the methods implemented in the > super > classes as well, maybe in a different colour, > > i thought it was possible but am unable to find it > I also always miss it. That's why I add