Cool indeed! Didn't I mention that I'm always (again) amazed by Smalltalk/Pharo? CU, Udo On 03/12/14 21:08, Sven Van Caekenberghe wrote:
Actually, the ugly (Smalltalk at: #XYZ) can be replaced by the shorter and more elegant #XYZ asClass.
But loading a stable or development configuration can be condensed in one single expression:
Gofer it smalltalkhubUser: 'UdoSchneider' project: 'FileSystemNetwork'; configurationOf; loadDevelopment.
Cool, right ?
On 03 Dec 2014, at 15:57, Udo Schneider <udo.schneider@homeaddress.de> wrote:
On 03/12/14 14:41, Udo Schneider wrote:
((Smalltalk at: #ConfigurationOfFileSystemNetwork) project version: #develop) load. This should have been
(Smalltalk at: #ConfigurationOfFileSystemNetwork) project version: #development) load.
of course.
CU,
Udo