[Pharo-users] New compiler: variable and recursive bloc of code

2014-09-09 Thread Hilaire
Hello, I noticed this change described bellow and I just want to have confirmation about it: The new Pharo 2.0 compiler need to have variable assigned with a value before it used in a recursive bloc of code. Of course it is a bit inelegant. Or is it something else and does it need to be repo

Re: [Pharo-users] Workshop on Visual Data Narratives using Roassal/Pharo in our local hackerspace in Bogotá Colombia

2014-09-09 Thread Tudor Girba
Very nice initiative! Doru On Tue, Sep 9, 2014 at 9:43 PM, Alexandre Bergel wrote: > This is excellent! > > Just to let you know, if you need to do a demo of Roassal, you have here > the video a an easy to do demo: https://vimeo.com/94724841 > > Cheers, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;.

Re: [Pharo-users] Workshop on Visual Data Narratives using Roassal/Pharo in our local hackerspace in Bogotá Colombia

2014-09-09 Thread Alexandre Bergel
This is excellent! Just to let you know, if you need to do a demo of Roassal, you have here the video a an easy to do demo: https://vimeo.com/94724841 Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^

Re: [Pharo-users] Math Ontologie on Pharo 3.0

2014-09-09 Thread Sven Van Caekenberghe
Check/read my mail again: I don't think it is the compiler (my tests show it is not), then it must be Monticello, in the sense that it treats its input stream (encoding) wrongly. On 09 Sep 2014, at 15:25, Clément Bera wrote: > > > 2014-09-09 14:12 GMT+02:00 Alain Busser : > Is this a reprodu

[Pharo-users] Workshop on Visual Data Narratives using Roassal/Pharo in our local hackerspace in Bogotá Colombia

2014-09-09 Thread Offray Vladimir Luna Cárdenas
Hi, This is just a short mail to let you know whats happening here on the Pharo/Roassal front. We will be starting our workshops on what we I call Visual Data Narratives. Details (in Spanish) here: http://hackbo.co/hackboweb/eventos/evento/338 Cheers, Offray ps: I will show the Moose outli

Re: [Pharo-users] FFI signatures

2014-09-09 Thread Annick Fron
If I have ulong ulong long long ulong should I look in unsignedLongAt: 1 5 9 13 17 (with an increment of 4) ?? Le 9 sept. 2014 à 15:43, Esteban Lorenzano a écrit : > it doesn’t really matters. > what you need to be sure for alien is that you have an “evaluator” for that > callback. > >

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-09 Thread Hilaire
Absolutely right. I open a ticket for Alain https://pharo.fogbugz.com/f/cases/13980/Math-Ontologie-on-Pharo-3-0. Alain I suggest you get your hand in the Pharo bug tracker (http://bugs.pharo.org) and create yourself an account[1] there to comment and to report additional problem you may mee

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-09 Thread Hilaire
Absolutely right. I open a ticket for Alain https://pharo.fogbugz.com/f/cases/13980/Math-Ontologie-on-Pharo-3-0. Alain I suggest you get your hand in the Pharo bug tracker (http://bugs.pharo.org) and create yourself an account[1] there to comment and to report additional problem you may meet.

Re: [Pharo-users] FFI signatures

2014-09-09 Thread Esteban Lorenzano
it doesn’t really matters. what you need to be sure for alien is that you have an “evaluator” for that callback. for example, the exampleCqsort uses this callback: int (*)(const void *, const void *) so, in “Callback” instance side, you can find this definition: voidstarvoidstarRetint:

Re: [Pharo-users] Math Ontologie on Pharo 3.0

2014-09-09 Thread Clément Bera
2014-09-09 14:12 GMT+02:00 Alain Busser : > Is this a reproducible case? > http://ss3.gemstone.com/ss/MathsOntologie/MathsOntologie-AlainBusser.68.mcz > > Well I tried to merge that in the latest Pharo 4. With Opal I got the error 'unknown character' With the old compiler I got unmatched string

Re: [Pharo-users] The fourth R

2014-09-09 Thread jannik laval
Hi, 2014-09-07 13:02 GMT+02:00 Alain Busser : > Strangely, I am preparing a Python session for pupils who are supposed ti > know almost nothing about programming; and I finally came up with the > turtle module! I realized that > > *COBOL has been invented so that people who work in banks and do n

Re: [Pharo-users] Math Ontologie on Pharo 3.0

2014-09-09 Thread Alain Busser
Is this a reproducible case? http://ss3.gemstone.com/ss/MathsOntologie/MathsOntologie-AlainBusser.68.mcz I hope not :-) Alain On Tue, Sep 9, 2014 at 5:43 AM, Clément Bera wrote: > What kind of bug do you have with accent ? Do you have a stack trace ? > > More importantly, can you give us a rep

[Pharo-users] FFI signatures

2014-09-09 Thread Annick Fron
What signature should I use for a callback ? ‘ulong’ does not seem to work Annick

[Pharo-users] FFI signatures

2014-09-09 Thread Annick Fron
What signature should I use for a callback ? ‘ulong’ does not seem to work Annick

[Pharo-users] FFI callbacks

2014-09-09 Thread Annick Fron
In order to use the callbacks, I need to write a pragma in the Callback class for the signature. My signature is something like (where ulong means pointer) void (ulong ulong long long ulong) Can you help me ? Here is an example for another signature : !Callback methodsFor: 'signatures' stamp:

Re: [Pharo-users] Gettext with pharo 3 and seaside 3.1.2

2014-09-09 Thread Marcus Denker
I will have a look and check… (with the first goal to add an issue tracker entry for it) On 08 Sep 2014, at 20:01, Hilaire wrote: > Marcus, > > Alain's MathOntologie package provide Classes and Messages with French > accent, to ease the understanding of programming to high school students. > I