[Pharo-users] installing gtoolkit

2014-03-25 Thread Tudor Girba
Hi, If you want to install GToolkit (the project that contains GTInspector, GTPlayground and GTDebugger) in your image, you can follow one of the options as described here: http://www.humane-assessment.com/blog/installing-gtoolkit If you give it a try, please let us know how it works for you.

Re: [Pharo-users] [Pharo-dev] installing gtoolkit

2014-03-25 Thread p...@highoctane.be
On Tue, Mar 25, 2014 at 8:17 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi, If you want to install GToolkit (the project that contains GTInspector, GTPlayground and GTDebugger) in your image, you can follow one of the options as described here:

Re: [Pharo-users] [Pharo-dev] installing gtoolkit

2014-03-25 Thread Sven Van Caekenberghe
On 25 Mar 2014, at 10:02, p...@highoctane.be wrote: Question: if one has opened a Miller column too far, how can we close that one? It was annoying to have to use to precisely use the scrollbar down there to get back to where I was. And if the column is not out of view, it keeps on

Re: [Pharo-users] [Pharo-dev] installing gtoolkit

2014-03-25 Thread Tudor Girba
Hi, On Tue, Mar 25, 2014 at 10:02 AM, p...@highoctane.be p...@highoctane.bewrote: On Tue, Mar 25, 2014 at 8:17 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi, If you want to install GToolkit (the project that contains GTInspector, GTPlayground and GTDebugger) in your image, you can follow

[Pharo-users] Java this against our thisContext

2014-03-25 Thread Sergi Reyner
Hi everyone, I had a pretty heated IRC debate yesterday about how Smalltalk´s reflection facilities are superior to those of Java, in the sense that they operate at a higher level (I started it pasting one of those crazy snippets that got posted to the list xD). It somehow slowly degenerated into

Re: [Pharo-users] Java this against our thisContext

2014-03-25 Thread Benjamin
Within an instance method or a constructor, this is a reference to the current object — the object whose method or constructor is being called. You can refer to any member of the current object from within an instance method or a constructor by using this. from:

Re: [Pharo-users] Java this against our thisContext

2014-03-25 Thread Camille Teruel
On 25 mars 2014, at 11:30, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: Within an instance method or a constructor, this is a reference to the current object — the object whose method or constructor is being called. You can refer to any member of the current object from within an

Re: [Pharo-users] Java this against our thisContext

2014-03-25 Thread Sergi Reyner
2014-03-25 10:30 GMT+00:00 Benjamin benjamin.vanryseghem.ph...@gmail.com: Within an instance method or a constructor, this is a reference to the *current object* -- the object whose method or constructor is being called. You can refer to any member of the current object from within an

Re: [Pharo-users] Java this against our thisContext

2014-03-25 Thread Panu Suominen
What do you mean operates at higher level? From Wikipedia: In computer science https://en.wikipedia.org/wiki/Computer_science, *reflection* is the ability of a computer programhttps://en.wikipedia.org/wiki/Computer_program to examine (see type

Re: [Pharo-users] Java this against our thisContext

2014-03-25 Thread PBK Research
It's not a direct answer, but an interesting side-light: The recent announcement of Gravel Smalltalk, billed as Smalltalk for the Java VM ( https://github.com/gravel-st/gravel https://github.com/gravel-st/gravel) mentions as 'common Smalltalk features that we probably won't support' both become:

Re: [Pharo-users] Java this against our thisContext

2014-03-25 Thread Camille Teruel
On 25 mars 2014, at 11:42, Sergi Reyner sergi.rey...@gmail.com wrote: 2014-03-25 10:30 GMT+00:00 Benjamin benjamin.vanryseghem.ph...@gmail.com: Within an instance method or a constructor, this is a reference to the current object — the object whose method or constructor is being called. You

Re: [Pharo-users] Java this against our thisContext

2014-03-25 Thread Sergi Reyner
2014-03-25 10:50 GMT+00:00 Panu Suominen panu.suomi...@iki.fi: What do you mean operates at higher level? It´s probably a slightly poor choice of words :) What I mean by operating at a higher level is that, whereas: thisContext instVarNamed: #receiver put: 42 is a single message send to an

Re: [Pharo-users] Java this against our thisContext

2014-03-25 Thread Philippe Back
Check the FileSystem-Core-Implementation package and ask them to do the Guides and Visitors in Java. Their number of lines should be a couple of times more than these. Or check the Pharo 3’s * PharoClassInstallermigrateClasses: old to: new using: anInstanceModification *

[Pharo-users] DhbNumericalMethods and GraphET: examples?

2014-03-25 Thread p...@highoctane.be
Is someone having done some work with GraphET coupled with DhbNumericalMethods? Like histogram stuff on time series etc? TIA Phil

Re: [Pharo-users] Java this against our thisContext

2014-03-25 Thread Ben Coman
Sergi Reyner wrote: 2014-03-25 10:30 GMT+00:00 Benjamin benjamin.vanryseghem.ph...@gmail.com: Within an instance method or a constructor,thisis a reference to thecurrent object the object whose method or constructor is being called. You can refer to any member of the current

Re: [Pharo-users] DhbNumericalMethods and GraphET: examples?

2014-03-25 Thread Tudor Girba
Would be nice to have indeed. Doru On Tue, Mar 25, 2014 at 3:16 PM, p...@highoctane.be p...@highoctane.bewrote: Is someone having done some work with GraphET coupled with DhbNumericalMethods? Like histogram stuff on time series etc? TIA Phil -- www.tudorgirba.com Every thing has

[Pharo-users] [ANN] JNIPort for Pharo 3.0 alpha

2014-03-25 Thread Joachim Geidel
Hi everybody, JNIPort for Pharo 3.0 alpha is now available at SmalltalkHub. JNIPort is a Smalltalk library which allows Java code to be invoked from Smalltalk. It acts as a bridge between the world of Smalltalk objects and a Java Virtual Machine (JVM) where Java code is executing. When I

Re: [Pharo-users] [ANN] JNIPort for Pharo 3.0 alpha

2014-03-25 Thread Tudor Girba
Thanks a lot for this contribution! I will give it a try soon. Doru On Tue, Mar 25, 2014 at 7:59 PM, Joachim Geidel joachim.gei...@onlinehome.de wrote: Hi everybody, JNIPort for Pharo 3.0 alpha is now available at SmalltalkHub. JNIPort is a Smalltalk library which allows Java code to be

[Pharo-users] Pavel's CCodeGenerator works under Windows MinGW: sweet

2014-03-25 Thread Philippe Back
I loaded the code from http://www.smalltalkhub.com/#!/~PavelKrivanek/CCodeGenerator where the generator is now standalone, from VMMaker I made my own little version here: http://www.smalltalkhub.com/#!/~philippeback/HOExtras/packages/CCodeGenerato r-Core Just works nicely under windows, not

Re: [Pharo-users] Pavel's CCodeGenerator works under Windows MinGW: sweet

2014-03-25 Thread Pavel Krivanek
Unbelievable... I stare how open source can work :-) I started this project yesterday so it can hardly translate more than the small examples and of course it had no announcement. So, CCodeGenerator is the standalone translator from Smalltalk to plain C extracted from VMMaker. It should be able

Re: [Pharo-users] Pavel's CCodeGenerator works under Windows MinGW: sweet

2014-03-25 Thread Tudor Girba
This is beautiful, indeed (both the project and the open-source dynamics) :). Keep it up. Cheers, Doru On Wed, Mar 26, 2014 at 6:37 AM, Pavel Krivanek pavel.kriva...@gmail.comwrote: Unbelievable... I stare how open source can work :-) I started this project yesterday so it can hardly