Hi, Iâm trying to use the power of pharo and do a hot update in smalltalkhub. Of course, it can fail⦠in that case I will need to turn it off and do it in the old way⦠:) Esteban
ok, thank went more or less fine :) now you have: http://smalltalkhub.com/list <http://smalltalkhub.com/list> and http://smalltalkhub.com/list/json <http://smalltalkhub.com/list/json> enjoy :) Esteban
On 17 Mar 2015, at 11:15, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi,
Iâm trying to use the power of pharo and do a hot update in smalltalkhub. Of course, it can fail⦠in that case I will need to turn it off and do it in the old way⦠:)
Esteban
Very nice. For those who want to parse the result: ZnClient new contentReader: [ :entity | NeoJSONReader fromString: entity contents ]; get: 'http://smalltalkhub.com/list/json'. Or even: ZnClient new contentReader: [ :entity | STON fromString: entity contents ]; get: 'http://smalltalkhub.com/list/json' And it is fast as well: 0.33 seconds for me.
On 17 Mar 2015, at 11:50, Esteban Lorenzano <estebanlm@gmail.com> wrote:
ok, thank went more or less fine :)
now you have:
and
http://smalltalkhub.com/list/json
enjoy :)
Esteban
On 17 Mar 2015, at 11:15, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi,
Iâm trying to use the power of pharo and do a hot update in smalltalkhub. Of course, it can fail⦠in that case I will need to turn it off and do it in the old way⦠:)
Esteban
participants (2)
-
Esteban Lorenzano -
Sven Van Caekenberghe