Spec version 1.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Spec version 1.0

Benjamin Van Ryseghem (Pharo)
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


Reply | Threaded
Open this post in threaded view
|

Re: Spec version 1.0

LogiqueWerks
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 <[hidden email]> 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

Reply | Threaded
Open this post in threaded view
|

Re: Spec version 1.0

Sven Van Caekenberghe
In reply to this post by Benjamin Van Ryseghem (Pharo)

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

Reply | Threaded
Open this post in threaded view
|

Re: Spec version 1.0

Paul DeBruicker
On 06/21/2012 07:55 AM, Sven Van Caekenberghe wrote:
> Hmm, documentation, lovely!
>
> Thx,
>
> Sven


The hardest part of any project

Reply | Threaded
Open this post in threaded view
|

Re: Spec version 1.0

jfabry
In reply to this post by Sven Van Caekenberghe

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  
[hidden email] - http://www.dcc.uchile.cl/~jfabry
PLEIAD Lab - Computer Science Department (DCC) - University of Chile