Re: [Pharo-users] Ready to play guinea pig for UI improvements

2016-01-22 Thread Werner Kassens
On 01/22/2016 01:31 PM, Nicolai Hess wrote: I think this is a problem of the way nautilus adds a breakpoint for debugging the test. (source code and byte code aren't in sync). opened bug report 17455 werner

Re: [Pharo-users] Dynamic Typing > Static Typing? « games.greggman.com

2016-01-22 Thread Thierry Goubier
Le 22/01/2016 19:35, stepharo a écrit : - Performance: for a compiler, having access to static types makes compiling and performance optimisation a lot easier. This is my current project (R compilation to heterogeneous targets) and I find that type inference over R code is a hard (and interesti

Re: [Pharo-users] Dynamic Typing > Static Typing? « games.greggman.com

2016-01-22 Thread stepharo
Well spoken! Free software became a business enabler thanks to the web. Back then, there was no web, no ability to build global communities pushing forward a shared artefact. I think that is no coincidence that the oldest language that is still mainstream is C, which was used to build Unix,

Re: [Pharo-users] Dynamic Typing > Static Typing? « games.greggman.com

2016-01-22 Thread stepharo
- Performance: for a compiler, having access to static types makes compiling and performance optimisation a lot easier. This is my current project (R compilation to heterogeneous targets) and I find that type inference over R code is a hard (and interesting) subject. Thierry you see what I w

Re: [Pharo-users] (no subject)

2016-01-22 Thread stepharo
Hi asbath I love your question :) have a look at the tutorial of gemstone http://seaside.gemtalksystems.com/tutorial/chapter12.pdf Stef Le 22/1/16 19:16, Asbath Sama biyalou via Pharo-users a écrit :

Re: [Pharo-users] Dr. Geo Swiss App Store

2016-01-22 Thread Hilaire
Hello Yuriy, It is not anymore in the Apple store because I did not upload a new build. Apple automatically remove it if you don't after one year. You can use the Android version however, it is still on the Google play store. The recent version of Dr. Geo (since 2013 I think) use the Athens can

Re: [Pharo-users] [From StackOverflow] How to parse ndjson in Pharo with NeoJSON

2016-01-22 Thread MartinW
Sven Van Caekenberghe-2 wrote > Well, it is quite a bit of data (I didn't look too deeply), 50.000 records > of structured/nested data with quite a lot of strings. If each record is > 1Kb, that makes 50Mb. > > How do you measure your memory consumption ? What did you expect ? I did only think abo

Re: [Pharo-users] [From StackOverflow] How to parse ndjson in Pharo with NeoJSON

2016-01-22 Thread Sven Van Caekenberghe
> On 22 Jan 2016, at 16:13, MartinW wrote: > > Thank you, Sven! (I asked the question on StackOverflow) > > And also let me thank you for NeoJSON, NeoCSV and Zinc, which I use a lot > and which are a joy to use! Also the documentation is very good and helps a > lot. Thanks, Martin. > Your cod

Re: [Pharo-users] [From StackOverflow] How to parse ndjson in Pharo with NeoJSON

2016-01-22 Thread MartinW
Thank you, Sven! (I asked the question on StackOverflow) And also let me thank you for NeoJSON, NeoCSV and Zinc, which I use a lot and which are a joy to use! Also the documentation is very good and helps a lot. Your code works well and I save a bit of memory by avoiding intermediary data structu

[Pharo-users] (no subject)

2016-01-22 Thread Asbath Sama biyalou via Pharo-users
--- Begin Message --- I want to know how to use sessions in seaside to manage identification of users. Thank you --- End Message ---

Re: [Pharo-users] Use cases for methods with optional parameters

2016-01-22 Thread Jose San Leandro
Hi, For the sake of simplifying APIs by not asking the client to provide everything, and at the same time for the sake of not constraining other clients with different use cases in which they need to provided all parameters, I've often relied on that kind of ugly overloaded style. APIs are difficu

Re: [Pharo-users] Ready to play guinea pig for UI improvements

2016-01-22 Thread Werner Kassens
On 01/22/2016 01:31 PM, Nicolai Hess wrote: I think this is a problem of the way nautilus adds a breakpoint for debugging the test. (source code and byte code aren't in sync). ah, i understand werner

Re: [Pharo-users] Ready to play guinea pig for UI improvements

2016-01-22 Thread Nicolai Hess
2016-01-22 13:26 GMT+01:00 Werner Kassens : > On 01/22/2016 01:16 PM, Tudor Girba wrote: > > I do not understand this one. Could you describe more specifically the >> scenario? >> > > if i do a "debug test" in the contextmenu of "testGenericCharCall" (in > FFIPluginTests) and press "restart" then

Re: [Pharo-users] Ready to play guinea pig for UI improvements

2016-01-22 Thread Werner Kassens
On 01/22/2016 01:16 PM, Tudor Girba wrote: I do not understand this one. Could you describe more specifically the scenario? if i do a "debug test" in the contextmenu of "testGenericCharCall" (in FFIPluginTests) and press "restart" then "= 130" is highlighted. werner

Re: [Pharo-users] Ready to play guinea pig for UI improvements

2016-01-22 Thread Tudor Girba
Hi, > On Jan 22, 2016, at 12:53 PM, Werner Kassens wrote: > > On 01/22/2016 11:48 AM, Tudor Girba wrote: >> Hi, >> >> Yes. That is the type of input that we need. >> >> It would be great if others would do the same. > > Hi Doru, > ok, i often use the debugger to test that some code actually d

Re: [Pharo-users] Ready to play guinea pig for UI improvements

2016-01-22 Thread Werner Kassens
On 01/22/2016 11:48 AM, Tudor Girba wrote: Hi, Yes. That is the type of input that we need. It would be great if others would do the same. Hi Doru, ok, i often use the debugger to test that some code actually does what i intended: in the old one i click first on "stack top" and then click th

Re: [Pharo-users] Ready to play guinea pig for UI improvements

2016-01-22 Thread Tudor Girba
Hi, Yes. That is the type of input that we need. It would be great if others would do the same. Cheers, Doru > On Jan 22, 2016, at 11:42 AM, stepharo wrote: > > Hi guys > > Many of you may bthink that I'm mad or whatever about new UI elements. > Sometimes this is true :) > but most of the

[Pharo-users] Ready to play guinea pig for UI improvements

2016-01-22 Thread stepharo
Hi guys Many of you may bthink that I'm mad or whatever about new UI elements. Sometimes this is true :) but most of the time not. I'm just going straight and (harsh) comments. So what I propose to the GT team is the following: I'm ready to be a guinea pig Each time they want I will rec

Re: [Pharo-users] Problem to open Pharo 50 on Windows

2016-01-22 Thread Cyril Ferlicot
Hi, For the latest Pharo 5 you need a new virtual machine: spur. You can get it at http://files.pharo.org/get-files/50/pharo-win-stable.zip To manage your images you can use the latest version of Pharo Launcher that will choose the right VM if you give the paths in the settings. ( http://www.sm

[Pharo-users] Problem to open Pharo 50 on Windows

2016-01-22 Thread Justine STIENNE
Hi, I wanted to download the lastest version of Pharo 50 on this website: http://files.pharo.org/get-files/50/ After having downloaded the lastest version for Windows (pharo-win-latest.zip) and the image in Pharo.zip, I try to to open the image with Pharo.exe but nothing appears, and the applicati

Re: [Pharo-users] Use cases for methods with optional parameters

2016-01-22 Thread p...@highoctane.be
This would be nice to be able to use several different languages "ways of doing things" that would translate into message sends behind the scenes. Helvetia story... Phil On Thu, Jan 21, 2016 at 6:04 PM, Esteban A. Maringolo wrote: > 2016-01-21 8:38 GMT-03:00 Henrik Johansen : > > > >> On 20 Ja