Hello every one :) I am glad to announce the version 1.0 of Spec which introduce a couple of nice features like: - 10 times faster - better semantic - better layout management You can load it in Pharo 1.4 by executing the following snippet: Gofer new url: 'http://ss3.gemstone.com/ss/Spec'; package: 'ConfigurationOfSpec'; load. (Smalltalk at: #ConfigurationOfSpec) perform: #loadDefault. In Pharo 2.0, Spec version 1.0 will be integrated soon :) In addition, we provide a TechReport about Spec[1] which presents: - an example of how to build a UI using Spec, and how to reuse existing widgets, - the public API of the basic widgets I would like to thank Johan Fabry and Stéphane Ducasse who both really helped me for this release :) Ben [1] http://hal.inria.fr/docs/00/70/80/67/PDF/SpecTechReport.pdf
congrats ! look forward to using Spce as I move ahead on [porting my Curl DCURL app to Pharo (MIT Curl,as in curlap.com ) ( I had been leaning to Dolphin, I confess ! ) Robert On 21 June 2012 06:29, Benjamin <benjamin.vanryseghem.pharo@gmail.com> wrote:
Hello every one :)
I am glad to announce the version 1.0 of Spec which introduce a couple of nice features like: - 10 times faster - better semantic - better layout management
You can load it in Pharo 1.4 by executing the following snippet:
Gofer new url: 'http://ss3.gemstone.com/ss/Spec'; package: 'ConfigurationOfSpec'; load.
(Smalltalk at: #ConfigurationOfSpec) perform: #loadDefault.
In Pharo 2.0, Spec version 1.0 will be integrated soon :)
In addition, we provide a TechReport about Spec[1] which presents: -Â an example of how to build a UI using Spec, and how to reuse existing widgets, - the public API of the basic widgets
I would like to thank Johan Fabry and Stéphane Ducasse who both really helped me for this release :)
Ben
[1]Â http://hal.inria.fr/docs/00/70/80/67/PDF/SpecTechReport.pdf
On 21 Jun 2012, at 11:29, Benjamin wrote:
[1] http://hal.inria.fr/docs/00/70/80/67/PDF/SpecTechReport.pdf
Hmm, documentation, lovely! Thx, Sven
On 21 Jun 2012, at 10:55, Sven Van Caekenberghe wrote:
On 21 Jun 2012, at 11:29, Benjamin wrote:
[1] http://hal.inria.fr/docs/00/70/80/67/PDF/SpecTechReport.pdf
Hmm, documentation, lovely!
Indeed :-) There is some more documentation 'in the oven' as well, a paper that is currently under review :-) Hopefully we'll be able to say a bit more about this soon ... ---> Save our in-boxes! http://emailcharter.org <--- Johan Fabry jfabry@dcc.uchile.cl - http://www.dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
participants (5)
-
Benjamin -
Johan Fabry -
Paul DeBruicker -
Robert Shiplett -
Sven Van Caekenberghe