Re: [Pharo-users] Is there any fundamental technical barrier to compiling to JVM byte codes?

2013-12-25 Thread Stéphane Ducasse
> nothing is impossible if you give it either infinite amount of resources or > infinite time. I think it would be a great idea, most likely doable with a > good team . That would mean probably the redesign of all FFIs but it would > gives us the ability to run tons of java libraries out of the

Re: [Pharo-users] Is there any fundamental technical barrier to compiling to JVM byte codes?

2013-12-25 Thread Sergi Reyner
2013/12/25 Stéphane Ducasse > Now I do not understand why people develop their own vm instead of joining > forces. > Doing in the long term something and finishing a task are the most > difficult things. > http://c2.com/cgi/wiki?NotInventedHere is a possible explanation :) Cheers, Sergi

Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-25 Thread Stéphane Ducasse
> hello smalltalker! this is my first thread. Welcome :) > > first! im smalltalk newbie and use ogly english. sorry!!! Don’t worry our korean is near to zero ;) > i want using "Morphic Designer" in pharo. > because pharo is smart smalltalk environment, and morphic designer is > useful(maybe.

Re: [Pharo-users] Stupid ideas when I'm bored:

2013-12-25 Thread Stéphane Ducasse
this is brutally fun. :D and this got great success during the sprint last week. This is good to see that closing the window still works :) I was wondering why we get really big pixels at the beginning. Stef On 20 Dec 2013, at 14:33, Nicolai Hess wrote: > (EyeMorphViewer new inspect:World) openW

[Pharo-users] Geo coordinates operations

2013-12-25 Thread Esteban A. Maringolo
Has anybody implemented basic methods/classes to calculate distance between two points (lat, long) and similar operations? Regards, Esteban A. Maringolo

Re: [Pharo-users] Geo coordinates operations

2013-12-25 Thread Esteban A. Maringolo
Answering myself... I found a solution and transcribed it: http://pastebin.com/ThKDXCKK Esteban A. Maringolo 2013/12/25 Esteban A. Maringolo : > Has anybody implemented basic methods/classes to calculate distance > between two points (lat, long) and similar operations? > > Regards, > > Esteban A