[Pharo-users] Testing the OpenCalais web service

2013-07-20 Thread Hernán Morales Durand
I'm testing the OpenCalais web service. This is a web service which needs an API key to be used (registering takes only 1 minute in http://www.opencalais.com/APIkey). To check the service first I've used a Python script, taken from [1] import httplib2 import json LOCAL_API_KEY = '' # Aquire this

Re: [Pharo-users] Generate Bytecodes manually

2013-07-20 Thread Udo Schneider
On 20.07.13 21:05, Marcus Denker wrote: It's not needed for the compiler... Thought so - I can work around it using the public IRBuilder API. So no problem. The decompielr right now is called when there is no byte code (the old decompiler). This will be fixed soonish. Good to know - I'll sta

Re: [Pharo-users] Generate Bytecodes manually

2013-07-20 Thread Marcus Denker
On Jul 20, 2013, at 8:59 PM, Udo Schneider wrote: > I just stumbled over some IRBuilder behaviour which I'm not sure about. > > 1) Jump/Target Pairs > As far as I understood each jump target can only be used by one jump. So if > multiple jumps need to jump to the same location I have to create

Re: [Pharo-users] Generate Bytecodes manually

2013-07-20 Thread Udo Schneider
I just stumbled over some IRBuilder behaviour which I'm not sure about. 1) Jump/Target Pairs As far as I understood each jump target can only be used by one jump. So if multiple jumps need to jump to the same location I have to create multiple targets (one per jump) pointing to the same locatio

Re: [Pharo-users] [ANN] BioSmalltalk published in Bioinformatics Journal

2013-07-20 Thread Marcus Denker
On Jul 19, 2013, at 6:09 PM, Alain Busser wrote: > That's great, even faster than bioPython, and thanks to Petit Parser. That's > great! > > I hope it will be on good place on Pharo's web site... > I will add it to the publication lists and make a news entry... > > On Wed, Jul 17, 2013 at

Re: [Pharo-users] Voyage: Circular references

2013-07-20 Thread Stéphane Ducasse
this is a nice case for the tutorial :) Stef On Jul 19, 2013, at 12:56 PM, Sabine Knöfel wrote: > Hi Esteban, > > thanks! > > I think the solution of Bernat will not be enough for me. > I added the class methods isVoyageRoot to the root objects (like trip, > country and so on). > > But