Re: [Pharo-dev] About asClass and friend

2016-08-24 Thread Tudor Girba
Hi, There exists already a method for that: Symbol>>asClassInEnvironment: But, what if we introduce: Symbol>>asClassFrom: anObject ^ self asClassInEnvironment: anObject class environment ? This would allow us to still script and be dynamic. Furthermore, as #asClass is meant to

Re: [Pharo-dev] About better communication in the community

2016-08-24 Thread stepharo
Hi hernan Could you reply to my mail? Because what is important is how we can make progres. About GT I have some concerns too now I see also a lot of improvements. I love GTInspector and we should remove EyeInspector. I want to have once brick is out another minimal environment not based o

[Pharo-dev] [ann] GTExamples alpha

2016-08-24 Thread Tudor Girba
Hi, Over the last coupe of years Stefan Reichhart and the rest of the GT team worked on an implementation of examples. The work is inspired from previous work done by Markus Gaelli and Adrian Kuhn. As one of the goals of GT is to offer a live programming environment, one important issue is how

Re: [Pharo-dev] The OpenCL bindings/VirtualGPU has been updated to the uFFI

2016-08-24 Thread philippe.b...@highoctane.be
A chance of this working under Windows 8.1 ? Phil Le 24 août 2016 15:20, "Ronie Salgado" a écrit : > Hi, > > I have just finished updating the OpenCL bindings and the VirtualGPU to > use the UnifiedFFI in Pharo 5. All of the examples have been tested in Mac > OS X El Capitan 10.11.6. > > Best r

Re: [Pharo-dev] About asClass and friend

2016-08-24 Thread Yuriy Tymchuk
Just my 2 cents: instead of #name asClass we have to use self class environment at: #name. Maybe instead of #at: we can have #classNamed:? Or something similar? Because 1) it’s not obvious that the method will give you a class, what if in the future and environment can also have a mapping

Re: [Pharo-dev] About asClass and friend

2016-08-24 Thread philippe.b...@highoctane.be
Ah, I am using that a lot to parametrize software. On one hand Pharo is breaking with the past, on the other one it sticks with it as much as possible? #MeConfused asHell. #SomeSymbol asClass looks very practical and cleaner that looking the class dictionary with at: #SomeSymbol Phil Phil Le 2

[Pharo-dev] About asClass and friend

2016-08-24 Thread stepharo
Hi guys We got a meeting at ESUG with all the compiler guys and james from gemstone. Our goal is to have a full tool suite that can be parametrized by environments (so that we can compile code in other space, or compile other code inside pharo). I personnally started this effort one decade a

Re: [Pharo-dev] Refactoring HelpTopic (needs review)

2016-08-24 Thread stepharo
Le 24/8/16 à 11:20, Nicolai Hess a écrit : 2016-08-24 6:49 GMT+02:00 stepharo >: Hi nicolai I remember that I read everything and fix typos. Did you got my review or did I suuceed to lose it ;). No, I think it was lost :-/ oops did you check if it i

Re: [Pharo-dev] About better communication in the community

2016-08-24 Thread Hernán Morales Durand
Now I will try to be more positive. 2016-08-24 4:38 GMT-03:00 stepharo : > Hi Hernan > > First thanks for your email because we may disagree but we often agree. :) > so this is an email for me. > > Hi Stef, > > Good communication implies being clear when writing about sensitive > topics, especial

[Pharo-dev] [pharo-project/pharo-core] 62e440: 60193

2016-08-24 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 62e440f8faffb82bfd0e2cfd9b15de5a30a6e1e1 https://github.com/pharo-project/pharo-core/commit/62e440f8faffb82bfd0e2cfd9b15de5a30a6e1e1 Author: Jenkins Build Server Date: 2016-08-25 (Thu, 25 Aug 2016

[Pharo-dev] [pharo-project/pharo-core]

2016-08-24 Thread GitHub
Branch: refs/tags/60193 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] The OpenCL bindings/VirtualGPU has been updated to the uFFI

2016-08-24 Thread Serge Stinckwich
Apparently its works again on my mac :-) I was able to run an extension done of my student in CC do add GPU support to HoneyGinger of Tomo. Thank you ! On Wed, Aug 24, 2016 at 3:19 PM, Ronie Salgado wrote: > Hi, > > I have just finished updating the OpenCL bindings and the VirtualGPU to use > t

Re: [Pharo-dev] About better communication in the community

2016-08-24 Thread Hernán Morales Durand
Hi, Esteban, Please don't take this personal, but we have differences :) 2016-08-24 5:06 GMT-03:00 Esteban Lorenzano : > Hi, > > I want to point just a couple of things: > > 1. You may feel hurt, but is my job to say no. If you think I’m doing a > bad job, is your right to discuss, but do not ex

Re: [Pharo-dev] The OpenCL bindings/VirtualGPU has been updated to the uFFI

2016-08-24 Thread Ronie Salgado
Here it is: http://smalltalkhub.com/#!/~ronsaldo/VirtualGPU 2016-08-24 15:37 GMT+02:00 Serge Stinckwich : > Thank you Ronie. I will try and do a report to you before the end of ESUG > ;-) > Where is the repository ? > > > On Wed, Aug 24, 2016 at 3:19 PM, Ronie Salgado > wrote: > > Hi, > > > > I

Re: [Pharo-dev] The OpenCL bindings/VirtualGPU has been updated to the uFFI

2016-08-24 Thread Serge Stinckwich
Thank you Ronie. I will try and do a report to you before the end of ESUG ;-) Where is the repository ? On Wed, Aug 24, 2016 at 3:19 PM, Ronie Salgado wrote: > Hi, > > I have just finished updating the OpenCL bindings and the VirtualGPU to use > the UnifiedFFI in Pharo 5. All of the examples hav

[Pharo-dev] The OpenCL bindings/VirtualGPU has been updated to the uFFI

2016-08-24 Thread Ronie Salgado
Hi, I have just finished updating the OpenCL bindings and the VirtualGPU to use the UnifiedFFI in Pharo 5. All of the examples have been tested in Mac OS X El Capitan 10.11.6. Best regards, Ronie P.S: Do not confuse the VirtualGPU with the AbstractGPU. The AbstractGPU is an abstraction layer abo

Re: [Pharo-dev] About Pharo 60

2016-08-24 Thread Peter Uhnák
I cannot find the list, but there were some things we discussed during consortium call a month or so ago. Maybe Esteban can find it? I want for Christmas * Better Spec * Roadmap so we know where we are going, * with clean API, * so we can build really live UIs (where you can drag windows ar

Re: [Pharo-dev] [Pharo-users] websockets in pharo?

2016-08-24 Thread Guillaume Larcheveque
Yes and it works very well!! (I'm using it for Telescope) There is a chapter in the pharo for enterprise book about websockets 2016-08-24 14:28 GMT+02:00 Pavel Krivanek : > Zinc-WebSocket-* packages in the repository http://mc.stfx.eu/ > ZincHTTPComponents > > -- Pavel > > 2016-08-24 14:20 GMT+0

Re: [Pharo-dev] websockets in pharo?

2016-08-24 Thread Pavel Krivanek
Zinc-WebSocket-* packages in the repository http://mc.stfx.eu/ZincHTTPComponents -- Pavel 2016-08-24 14:20 GMT+02:00 Tudor Girba : > Hi, > > Can anyone tell me if there is a Websocket implementation for Pharo? > > Cheers, > Doru > > -- > www.tudorgirba.com > www.feenk.com > > "From an abstract e

[Pharo-dev] websockets in pharo?

2016-08-24 Thread Tudor Girba
Hi, Can anyone tell me if there is a Websocket implementation for Pharo? Cheers, Doru -- www.tudorgirba.com www.feenk.com "From an abstract enough point of view, any two things are similar."

Re: [Pharo-dev] Having fun with Pharo

2016-08-24 Thread webwarrior
Aliaksei Syrel wrote > Hi > > Did you know that `2 * 10.2` is two times slower than `2 asFloat * 10.2`? > > Here is performance test (inspect result, takes ~10s to complete): > http://ws.stfx.eu/4T0CR23OURZW > > Who knows how performance can be improved with this knowledge... > > Cheers, > Alex

[Pharo-dev] Call for Papers: Object Oriented Programming Languages and Systems @ SAC 2017, April 3-7, 2017

2016-08-24 Thread Nick Papoylias
** OOPS 2017 Call for Papers Object-Oriented Programming Languages and Systems http://oops.disi.unige.it/OOPS17 ** Technical Track at the 32nd ACM Symposium on Applied Computing, SAC

Re: [Pharo-dev] Refactoring HelpTopic (needs review)

2016-08-24 Thread Nicolai Hess
2016-08-24 6:49 GMT+02:00 stepharo : > Hi nicolai > > I remember that I read everything and fix typos. Did you got my review or > did I suuceed to lose it ;). > No, I think it was lost :-/ > Stef > But the helpl is now in (60192), but it is still not finished, only a start, needs more examples

Re: [Pharo-dev] About better communication in the community

2016-08-24 Thread Esteban Lorenzano
> On 24 Aug 2016, at 10:07, Gour wrote: > > On Wed, 24 Aug 2016 09:38:20 +0200 > stepharo wrote: > > Hello, > >> Looking at bugs is really difficult. There are not enough people >> looking and fixing bugs. > > just a short note from a Pharo noob...it is, imho, very strange that one > cannot

Re: [Pharo-dev] About better communication in the community

2016-08-24 Thread Gour
On Wed, 24 Aug 2016 09:38:20 +0200 stepharo wrote: Hello, > Looking at bugs is really difficult. There are not enough people > looking and fixing bugs. just a short note from a Pharo noob...it is, imho, very strange that one cannot even take a look at bugs *without* creating account at tracker.

Re: [Pharo-dev] About better communication in the community

2016-08-24 Thread Esteban Lorenzano
Hi, I want to point just a couple of things: 1. You may feel hurt, but is my job to say no. If you think I’m doing a bad job, is your right to discuss, but do not expect that what you consider a bad design decision would be shared by the board (and me as executor of board policies). 2. Feat

[Pharo-dev] [pharo-project/pharo-core] 37453d: 60192

2016-08-24 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 37453d0fef93155634c3a198f58f01c8787d0aef https://github.com/pharo-project/pharo-core/commit/37453d0fef93155634c3a198f58f01c8787d0aef Author: Jenkins Build Server Date: 2016-08-24 (Wed, 24 Aug 2016

[Pharo-dev] [pharo-project/pharo-core]

2016-08-24 Thread GitHub
Branch: refs/tags/60192 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] About better communication in the community

2016-08-24 Thread stepharo
Hi Hernan First thanks for your email because we may disagree but we often agree. :) so this is an email for me. Hi Stef, Good communication implies being clear when writing about sensitive topics, especially when communicating through virtual channels. I am not in Europe, so I cannot discus