Re: [Pharo-users] Spec website: nice!

2014-03-28 Thread Thushar G R
Wow!! Great work. Was looking for something like this..

*G R Thushar*
*Team Leader(Technology),*
*Signos Software Solutions Pvt. Ltd.*
*Ground Floor **A.R Plaza, TC 11/43 (2),*
*P.M.G Junction,*
*Thiruvananthapuram, 695004. Kerala, India.*

*Web: www.signossolutions.com *
Email: thushar...@signossolutions.com, thushar...@gmail.com
Phone: +91984652





On Thu, Mar 27, 2014 at 1:54 AM, Juan Ignacio Vaccarezza <
juanvaccare...@gmail.com> wrote:

> Hi
>   Im reading and following the documentation of spec from the new site,
>   And the second example goes:
>
> ListModel new
> items: Smalltalk classes
> openWithSpec.
>
> And that does not work.
> Instead of that I did:
>
> (ListModel new
> items: Smalltalk allClasses )
> openWithSpec.
>
> And worked perfectly.
>
> I hope it helps improving the documentation.
>
> Regards, and thanks for the good work.
>
> Juan.
>
>
>
>
> On Fri, Feb 28, 2014 at 8:34 PM, Benjamin <
> benjamin.vanryseghem.ph...@gmail.com> wrote:
>
>> I would love too :)
>>
>> But as always it takes time.
>>
>> I try to do my best to offer an easy to read yet useful documentation.
>> Let's hope we can make it :)
>>
>> Ben
>>
>> On 28 Feb 2014, at 19:54, kmo  wrote:
>>
>> This is really good and very well done and can only get better over time.
>>
>> I'd like to see a complete API and description of every Spec Model added
>> to
>> the site and there needs to be multiple examples so that the whole range
>> of
>> widgets and interface types are shown.
>>
>> Brilliant start, though.
>>
>>
>>
>> --
>> View this message in context:
>> http://forum.world.st/Spec-website-nice-tp4746941p4747048.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>>
>>
>>
>


Re: [Pharo-users] Spec website: nice!

2014-03-26 Thread Juan Ignacio Vaccarezza
Hi
  Im reading and following the documentation of spec from the new site,
  And the second example goes:

ListModel new
items: Smalltalk classes
openWithSpec.

And that does not work.
Instead of that I did:

(ListModel new
items: Smalltalk allClasses )
openWithSpec.

And worked perfectly.

I hope it helps improving the documentation.

Regards, and thanks for the good work.

Juan.




On Fri, Feb 28, 2014 at 8:34 PM, Benjamin <
benjamin.vanryseghem.ph...@gmail.com> wrote:

> I would love too :)
>
> But as always it takes time.
>
> I try to do my best to offer an easy to read yet useful documentation.
> Let's hope we can make it :)
>
> Ben
>
> On 28 Feb 2014, at 19:54, kmo  wrote:
>
> This is really good and very well done and can only get better over time.
>
> I'd like to see a complete API and description of every Spec Model added to
> the site and there needs to be multiple examples so that the whole range of
> widgets and interface types are shown.
>
> Brilliant start, though.
>
>
>
> --
> View this message in context:
> http://forum.world.st/Spec-website-nice-tp4746941p4747048.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>
>


Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Benjamin
I would love too :)

But as always it takes time.

I try to do my best to offer an easy to read yet useful documentation.
Let’s hope we can make it :)

Ben

On 28 Feb 2014, at 19:54, kmo  wrote:

> This is really good and very well done and can only get better over time.
> 
> I'd like to see a complete API and description of every Spec Model added to
> the site and there needs to be multiple examples so that the whole range of
> widgets and interface types are shown.
> 
> Brilliant start, though.   
> 
> 
> 
> --
> View this message in context: 
> http://forum.world.st/Spec-website-nice-tp4746941p4747048.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
> 



Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread kmo
This is really good and very well done and can only get better over time.

I'd like to see a complete API and description of every Spec Model added to
the site and there needs to be multiple examples so that the whole range of
widgets and interface types are shown.

Brilliant start, though.   



--
View this message in context: 
http://forum.world.st/Spec-website-nice-tp4746941p4747048.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.



Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Robert Shiplett
Ben,

congrat's on this Spec site

I especially liked what I read at

http://spec.st/docs/own-model/#the_adapter

I look forward to recommending this site to folks not yet familiar with
Smalltalk but with a UI interest/experience

Robret


On 28 February 2014 06:25, Benjamin wrote:

> You blew up my surprise :)
>
> It is still work in progress that’s why I did not announce it before
>
> (you know, to not announce something before it’s finished :P)
>
> Ben
>
> On 28 Feb 2014, at 10:59, p...@highoctane.be wrote:
>
> Didn't knew about it and came across by looking at the GitHub project for
> Spec.
>
> http://spec.st/
>
> Phil
>
>
>


Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread kilon alios
I see, thanks for the information

Never heard of Moka, I will do some digging , sounds exciting.


On Fri, Feb 28, 2014 at 2:47 PM, Benjamin <
benjamin.vanryseghem.ph...@gmail.com> wrote:

> On 28 Feb 2014, at 13:40, kilon alios  wrote:
>
> definitely a very beautiful and well designed website. Well done Benjamin.
> Looks very professional yet it has a personal touch. I love it.
>
>
> Thank you :)
>
> Talking about websites I am curious, is there a plan to bring Spec to
> Javascript side , in particular , Amber ?
>
>
> We proposed it as a GSoC project.
> But as you know ESUG was not selected as partner.
>
> With Nicolas we are discussing since a while about how to move Spec on
> Amber.
> The battle plan is quite set up :)
>
> Now, we just need man power (as usual)
>
> I have seen that Amber has it as a goal, but I was curious how much of a
> serious goal it is. I think it would be very cool if Spec could leverage
> HTML/CSS/JS GUI wise.
>
>
> Nicolas is now developing a widget framework for Amber (Moka).
> The goal is to finish that, and then to plug Spec on top of it.
>
> We would like to have it for Amber 1.0
> (but we do not know when it would be :P )
>
> Ben
>
>
>
> On Fri, Feb 28, 2014 at 2:19 PM, Benjamin <
> benjamin.vanryseghem.ph...@gmail.com> wrote:
>
>> Yes, there is a "thanks" page missing.
>>
>>
>> Again, the website is not ready for public :)
>>
>> Ben
>>
>> On 28 Feb 2014, at 13:05, olivier auverlot 
>> wrote:
>>
>> Hi Benjamin
>>
>> It's very cool ! The website and the documentation are very pleasant and
>> well presented. Perhaps you could add links to the Pharo web site and the
>> RMoD team ?
>>
>> Olivier ;-)
>>
>>
>> 2014-02-28 11:34 GMT+01:00 Goubier Thierry :
>>
>>>
>>>
>>> Le 28/02/2014 11:26, Benjamin a écrit :
>>>
>>>  Because I did not knew about it until yesterday :)

>>>
>>> Took me a while to understand that too :) Found the code when hacking
>>> support for gitfiletree in Metacello.
>>>
>>>
>>>  I will have a look next week :P
 (or if you want to submit a PR before LOL)

>>>
>>> Hum, maybe over the week-end then. By the way, your link to github is
>>> broken :)
>>>
>>> Thierry
>>>
>>>  Ben

 On 28 Feb 2014, at 11:10, Goubier Thierry >>> > wrote:

  Yes, this is cool :) Nice work.
>
> Benjamin, why don't you do a ConfigurationOfSpec with an url of
> 'github://SpecForPharo/spec:master' ?
>
> Thierry
>
> Le 28/02/2014 10:59, p...@highoctane.be  a
>
> écrit :
>
>> Didn't knew about it and came across by looking at the GitHub project
>> for Spec.
>>
>> http://spec.st/
>>
>> Phil
>>
>
> --
> Thierry Goubier
> CEA list
> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
> 91191 Gif sur Yvette Cedex
> France
> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>
>

>>> --
>>> Thierry Goubier
>>> CEA list
>>> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
>>> 91191 Gif sur Yvette Cedex
>>> France
>>> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>>>
>>>
>>
>>
>
>


Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Esteban A. Maringolo
Nice website!

Well done guys!
Esteban A. Maringolo


2014-02-28 9:47 GMT-03:00 Benjamin :
> On 28 Feb 2014, at 13:40, kilon alios  wrote:
>
> definitely a very beautiful and well designed website. Well done Benjamin.
> Looks very professional yet it has a personal touch. I love it.
>
>
> Thank you :)
>
> Talking about websites I am curious, is there a plan to bring Spec to
> Javascript side , in particular , Amber ?
>
>
> We proposed it as a GSoC project.
> But as you know ESUG was not selected as partner.
>
> With Nicolas we are discussing since a while about how to move Spec on
> Amber.
> The battle plan is quite set up :)
>
> Now, we just need man power (as usual)
>
> I have seen that Amber has it as a goal, but I was curious how much of a
> serious goal it is. I think it would be very cool if Spec could leverage
> HTML/CSS/JS GUI wise.
>
>
> Nicolas is now developing a widget framework for Amber (Moka).
> The goal is to finish that, and then to plug Spec on top of it.
>
> We would like to have it for Amber 1.0
> (but we do not know when it would be :P )
>
> Ben
>
>
>
> On Fri, Feb 28, 2014 at 2:19 PM, Benjamin
>  wrote:
>>
>> Yes, there is a "thanks" page missing.
>>
>>
>> Again, the website is not ready for public :)
>>
>> Ben
>>
>> On 28 Feb 2014, at 13:05, olivier auverlot 
>> wrote:
>>
>> Hi Benjamin
>>
>> It's very cool ! The website and the documentation are very pleasant and
>> well presented. Perhaps you could add links to the Pharo web site and the
>> RMoD team ?
>>
>> Olivier ;-)
>>
>>
>> 2014-02-28 11:34 GMT+01:00 Goubier Thierry :
>>>
>>>
>>>
>>> Le 28/02/2014 11:26, Benjamin a écrit :
>>>
 Because I did not knew about it until yesterday :)
>>>
>>>
>>> Took me a while to understand that too :) Found the code when hacking
>>> support for gitfiletree in Metacello.
>>>
>>>
 I will have a look next week :P
 (or if you want to submit a PR before LOL)
>>>
>>>
>>> Hum, maybe over the week-end then. By the way, your link to github is
>>> broken :)
>>>
>>> Thierry
>>>
 Ben

 On 28 Feb 2014, at 11:10, Goubier Thierry >>> > wrote:

> Yes, this is cool :) Nice work.
>
> Benjamin, why don't you do a ConfigurationOfSpec with an url of
> 'github://SpecForPharo/spec:master' ?
>
> Thierry
>
> Le 28/02/2014 10:59, p...@highoctane.be  a
>
> écrit :
>>
>> Didn't knew about it and came across by looking at the GitHub project
>> for Spec.
>>
>> http://spec.st/
>>
>> Phil
>
>
> --
> Thierry Goubier
> CEA list
> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
> 91191 Gif sur Yvette Cedex
> France
> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>

>>>
>>> --
>>> Thierry Goubier
>>> CEA list
>>> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
>>> 91191 Gif sur Yvette Cedex
>>> France
>>> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>>>
>>
>>
>
>



Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Benjamin
On 28 Feb 2014, at 13:40, kilon alios  wrote:

> definitely a very beautiful and well designed website. Well done Benjamin. 
> Looks very professional yet it has a personal touch. I love it. 

Thank you :)

> Talking about websites I am curious, is there a plan to bring Spec to 
> Javascript side , in particular , Amber ? 

We proposed it as a GSoC project.
But as you know ESUG was not selected as partner.

With Nicolas we are discussing since a while about how to move Spec on Amber.
The battle plan is quite set up :)

Now, we just need man power (as usual)

> I have seen that Amber has it as a goal, but I was curious how much of a 
> serious goal it is. I think it would be very cool if Spec could leverage 
> HTML/CSS/JS GUI wise. 

Nicolas is now developing a widget framework for Amber (Moka).
The goal is to finish that, and then to plug Spec on top of it.

We would like to have it for Amber 1.0
(but we do not know when it would be :P )

Ben

> 
> 
> On Fri, Feb 28, 2014 at 2:19 PM, Benjamin 
>  wrote:
> Yes, there is a “thanks” page missing.
> 
> 
> Again, the website is not ready for public :)
> 
> Ben
> 
> On 28 Feb 2014, at 13:05, olivier auverlot  wrote:
> 
>> Hi Benjamin
>> 
>> It's very cool ! The website and the documentation are very pleasant and 
>> well presented. Perhaps you could add links to the Pharo web site and the 
>> RMoD team ?
>> 
>> Olivier ;-)
>> 
>> 
>> 2014-02-28 11:34 GMT+01:00 Goubier Thierry :
>> 
>> 
>> Le 28/02/2014 11:26, Benjamin a écrit :
>> 
>> Because I did not knew about it until yesterday :)
>> 
>> Took me a while to understand that too :) Found the code when hacking 
>> support for gitfiletree in Metacello.
>> 
>> 
>> I will have a look next week :P
>> (or if you want to submit a PR before LOL)
>> 
>> Hum, maybe over the week-end then. By the way, your link to github is broken 
>> :)
>> 
>> Thierry
>> 
>> Ben
>> 
>> On 28 Feb 2014, at 11:10, Goubier Thierry > > wrote:
>> 
>> Yes, this is cool :) Nice work.
>> 
>> Benjamin, why don't you do a ConfigurationOfSpec with an url of
>> 'github://SpecForPharo/spec:master' ?
>> 
>> Thierry
>> 
>> Le 28/02/2014 10:59, p...@highoctane.be  a
>> 
>> écrit :
>> Didn't knew about it and came across by looking at the GitHub project
>> for Spec.
>> 
>> http://spec.st/
>> 
>> Phil
>> 
>> --
>> Thierry Goubier
>> CEA list
>> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
>> 91191 Gif sur Yvette Cedex
>> France
>> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>> 
>> 
>> 
>> -- 
>> Thierry Goubier
>> CEA list
>> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
>> 91191 Gif sur Yvette Cedex
>> France
>> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>> 
>> 
> 
> 



Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread kilon alios
definitely a very beautiful and well designed website. Well done Benjamin.
Looks very professional yet it has a personal touch. I love it.

Quite a surprise , I did not see this coming :)

Talking about websites I am curious, is there a plan to bring Spec to
Javascript side , in particular , Amber ?

I have seen that Amber has it as a goal, but I was curious how much of a
serious goal it is. I think it would be very cool if Spec could leverage
HTML/CSS/JS GUI wise.


On Fri, Feb 28, 2014 at 2:19 PM, Benjamin <
benjamin.vanryseghem.ph...@gmail.com> wrote:

> Yes, there is a "thanks" page missing.
>
>
> Again, the website is not ready for public :)
>
> Ben
>
> On 28 Feb 2014, at 13:05, olivier auverlot 
> wrote:
>
> Hi Benjamin
>
> It's very cool ! The website and the documentation are very pleasant and
> well presented. Perhaps you could add links to the Pharo web site and the
> RMoD team ?
>
> Olivier ;-)
>
>
> 2014-02-28 11:34 GMT+01:00 Goubier Thierry :
>
>>
>>
>> Le 28/02/2014 11:26, Benjamin a écrit :
>>
>>  Because I did not knew about it until yesterday :)
>>>
>>
>> Took me a while to understand that too :) Found the code when hacking
>> support for gitfiletree in Metacello.
>>
>>
>>  I will have a look next week :P
>>> (or if you want to submit a PR before LOL)
>>>
>>
>> Hum, maybe over the week-end then. By the way, your link to github is
>> broken :)
>>
>> Thierry
>>
>>  Ben
>>>
>>> On 28 Feb 2014, at 11:10, Goubier Thierry >> > wrote:
>>>
>>>  Yes, this is cool :) Nice work.

 Benjamin, why don't you do a ConfigurationOfSpec with an url of
 'github://SpecForPharo/spec:master' ?

 Thierry

 Le 28/02/2014 10:59, p...@highoctane.be  a

 écrit :

> Didn't knew about it and came across by looking at the GitHub project
> for Spec.
>
> http://spec.st/
>
> Phil
>

 --
 Thierry Goubier
 CEA list
 Laboratoire des Fondations des Systèmes Temps Réel Embarqués
 91191 Gif sur Yvette Cedex
 France
 Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95


>>>
>> --
>> Thierry Goubier
>> CEA list
>> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
>> 91191 Gif sur Yvette Cedex
>> France
>> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>>
>>
>
>


Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Benjamin
Yes, there is a “thanks” page missing.


Again, the website is not ready for public :)

Ben

On 28 Feb 2014, at 13:05, olivier auverlot  wrote:

> Hi Benjamin
> 
> It's very cool ! The website and the documentation are very pleasant and well 
> presented. Perhaps you could add links to the Pharo web site and the RMoD 
> team ?
> 
> Olivier ;-)
> 
> 
> 2014-02-28 11:34 GMT+01:00 Goubier Thierry :
> 
> 
> Le 28/02/2014 11:26, Benjamin a écrit :
> 
> Because I did not knew about it until yesterday :)
> 
> Took me a while to understand that too :) Found the code when hacking support 
> for gitfiletree in Metacello.
> 
> 
> I will have a look next week :P
> (or if you want to submit a PR before LOL)
> 
> Hum, maybe over the week-end then. By the way, your link to github is broken 
> :)
> 
> Thierry
> 
> Ben
> 
> On 28 Feb 2014, at 11:10, Goubier Thierry  > wrote:
> 
> Yes, this is cool :) Nice work.
> 
> Benjamin, why don't you do a ConfigurationOfSpec with an url of
> 'github://SpecForPharo/spec:master' ?
> 
> Thierry
> 
> Le 28/02/2014 10:59, p...@highoctane.be  a
> 
> écrit :
> Didn't knew about it and came across by looking at the GitHub project
> for Spec.
> 
> http://spec.st/
> 
> Phil
> 
> --
> Thierry Goubier
> CEA list
> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
> 91191 Gif sur Yvette Cedex
> France
> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
> 
> 
> 
> -- 
> Thierry Goubier
> CEA list
> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
> 91191 Gif sur Yvette Cedex
> France
> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
> 
> 



Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Benjamin
On 28 Feb 2014, at 11:34, Goubier Thierry  wrote:

> 
> 
> Le 28/02/2014 11:26, Benjamin a écrit :
>> Because I did not knew about it until yesterday :)
> 
> Took me a while to understand that too :) Found the code when hacking support 
> for gitfiletree in Metacello.
> 
>> I will have a look next week :P
>> (or if you want to submit a PR before LOL)
> 
> Hum, maybe over the week-end then. By the way, your link to github is broken 
> :)

Yes I renamed the association :)

That’s one of the reason I did not publicly announce it…


Ben

> 
> Thierry
> 
>> Ben
>> 
>> On 28 Feb 2014, at 11:10, Goubier Thierry > > wrote:
>> 
>>> Yes, this is cool :) Nice work.
>>> 
>>> Benjamin, why don't you do a ConfigurationOfSpec with an url of
>>> 'github://SpecForPharo/spec:master' ?
>>> 
>>> Thierry
>>> 
>>> Le 28/02/2014 10:59, p...@highoctane.be  a
>>> écrit :
 Didn't knew about it and came across by looking at the GitHub project
 for Spec.
 
 http://spec.st/
 
 Phil
>>> 
>>> --
>>> Thierry Goubier
>>> CEA list
>>> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
>>> 91191 Gif sur Yvette Cedex
>>> France
>>> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>>> 
>> 
> 
> -- 
> Thierry Goubier
> CEA list
> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
> 91191 Gif sur Yvette Cedex
> France
> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95



Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread olivier auverlot
Hi Benjamin

It's very cool ! The website and the documentation are very pleasant and
well presented. Perhaps you could add links to the Pharo web site and the
RMoD team ?

Olivier ;-)


2014-02-28 11:34 GMT+01:00 Goubier Thierry :

>
>
> Le 28/02/2014 11:26, Benjamin a écrit :
>
>  Because I did not knew about it until yesterday :)
>>
>
> Took me a while to understand that too :) Found the code when hacking
> support for gitfiletree in Metacello.
>
>
>  I will have a look next week :P
>> (or if you want to submit a PR before LOL)
>>
>
> Hum, maybe over the week-end then. By the way, your link to github is
> broken :)
>
> Thierry
>
>  Ben
>>
>> On 28 Feb 2014, at 11:10, Goubier Thierry > > wrote:
>>
>>  Yes, this is cool :) Nice work.
>>>
>>> Benjamin, why don't you do a ConfigurationOfSpec with an url of
>>> 'github://SpecForPharo/spec:master' ?
>>>
>>> Thierry
>>>
>>> Le 28/02/2014 10:59, p...@highoctane.be  a
>>>
>>> écrit :
>>>
 Didn't knew about it and came across by looking at the GitHub project
 for Spec.

 http://spec.st/

 Phil

>>>
>>> --
>>> Thierry Goubier
>>> CEA list
>>> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
>>> 91191 Gif sur Yvette Cedex
>>> France
>>> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>>>
>>>
>>
> --
> Thierry Goubier
> CEA list
> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
> 91191 Gif sur Yvette Cedex
> France
> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
>
>


Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Goubier Thierry



Le 28/02/2014 11:26, Benjamin a écrit :

Because I did not knew about it until yesterday :)


Took me a while to understand that too :) Found the code when hacking 
support for gitfiletree in Metacello.



I will have a look next week :P
(or if you want to submit a PR before LOL)


Hum, maybe over the week-end then. By the way, your link to github is 
broken :)


Thierry


Ben

On 28 Feb 2014, at 11:10, Goubier Thierry mailto:thierry.goub...@cea.fr>> wrote:


Yes, this is cool :) Nice work.

Benjamin, why don't you do a ConfigurationOfSpec with an url of
'github://SpecForPharo/spec:master' ?

Thierry

Le 28/02/2014 10:59, p...@highoctane.be  a
écrit :

Didn't knew about it and came across by looking at the GitHub project
for Spec.

http://spec.st/

Phil


--
Thierry Goubier
CEA list
Laboratoire des Fondations des Systèmes Temps Réel Embarqués
91191 Gif sur Yvette Cedex
France
Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95





--
Thierry Goubier
CEA list
Laboratoire des Fondations des Systèmes Temps Réel Embarqués
91191 Gif sur Yvette Cedex
France
Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95



Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Benjamin
You blew up my surprise :)

It is still work in progress that’s why I did not announce it before

(you know, to not announce something before it’s finished :P)

Ben

On 28 Feb 2014, at 10:59, p...@highoctane.be wrote:

> Didn't knew about it and came across by looking at the GitHub project for 
> Spec.
> 
> http://spec.st/
> 
> Phil



Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Benjamin
Because I did not knew about it until yesterday :)

I will have a look next week :P
(or if you want to submit a PR before LOL)

Ben

On 28 Feb 2014, at 11:10, Goubier Thierry  wrote:

> Yes, this is cool :) Nice work.
> 
> Benjamin, why don't you do a ConfigurationOfSpec with an url of
> 'github://SpecForPharo/spec:master' ?
> 
> Thierry
> 
> Le 28/02/2014 10:59, p...@highoctane.be a écrit :
>> Didn't knew about it and came across by looking at the GitHub project
>> for Spec.
>> 
>> http://spec.st/
>> 
>> Phil
> 
> -- 
> Thierry Goubier
> CEA list
> Laboratoire des Fondations des Systèmes Temps Réel Embarqués
> 91191 Gif sur Yvette Cedex
> France
> Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
> 



Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Goubier Thierry

Yes, this is cool :) Nice work.

Benjamin, why don't you do a ConfigurationOfSpec with an url of
'github://SpecForPharo/spec:master' ?

Thierry

Le 28/02/2014 10:59, p...@highoctane.be a écrit :

Didn't knew about it and came across by looking at the GitHub project
for Spec.

http://spec.st/

Phil


--
Thierry Goubier
CEA list
Laboratoire des Fondations des Systèmes Temps Réel Embarqués
91191 Gif sur Yvette Cedex
France
Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95



Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread Sven Van Caekenberghe
Wow, this is seriously cool & professional, really. Very well done.

This really raises the bar for presenting similar projects.

Great work, Ben !

PS: And an .st domain name is not cheap ;-)

On 28 Feb 2014, at 10:59, p...@highoctane.be wrote:

> Didn't knew about it and came across by looking at the GitHub project for 
> Spec.
> 
> http://spec.st/
> 
> Phil




[Pharo-users] Spec website: nice!

2014-02-28 Thread p...@highoctane.be
Didn't knew about it and came across by looking at the GitHub project for
Spec.

http://spec.st/

Phil