Re: [Pharo-users] NeoCSVReader and an empty field at the very end of a file

2015-07-04 Thread Thierry Goubier
Joachim, Le 2 juil. 2015 9:49 AM, "jtuc...@objektfabrik.de" a écrit : > > The problem with Step 2 is: I am not sure if RewriteRules can work in code that's not compiled. (Well, I am mostly sure this won't work, just asking for confirmation) You cannot compile methods with Arrays constructed with

Re: [Pharo-users] NeoCSVReader and an empty field at the very end of a file

2015-07-04 Thread Thierry Goubier
Le 4 juil. 2015 10:58 PM, "stepharo" a écrit : > > >>> Hi thierry >>> >>> mark will arriv at Lille saturday for a month. He is working with >>> Camille on a new tree pattern matching algorithm >> >> >> A generic algorithm or one tied to the RB AST? > > A generic algo. > We will talk with Camille m

Re: [Pharo-users] Kivy

2015-07-04 Thread stepharo
For the information we are working on touch and OSWindow improvements. Alain is imporving Bloc the future graphic layer of Pharo, people from bern are working on new widgets. We are working on cleaning widgets. Now we also accept help. Stef Sure I know. The constituting parts does not make the

Re: [Pharo-users] Kivy

2015-07-04 Thread stepharo
+1 Le 4/7/15 19:36, Peter Uhnák a écrit : Is Bloc a user interface markup language? Or a graphic framework like Morphic? Bloc is replacement for Morphic. Smalltalk is the markup language; it gives you much more expressiveness compared to static DSLs.

Re: [Pharo-users] Kivy

2015-07-04 Thread stepharo
Le 4/7/15 19:04, Glenn Cavarlé a écrit : Hannes Hirzel wrote Is Bloc a user interface markup language? https://en.wikipedia.org/wiki/User_interface_markup_language Or a graphic framework like Morphic? Bloc is a graphical core framework, it provides the basics features to build UI/Anim

Re: [Pharo-users] NeoCSVReader and an empty field at the very end of a file

2015-07-04 Thread stepharo
Hi thierry mark will arriv at Lille saturday for a month. He is working with Camille on a new tree pattern matching algorithm A generic algorithm or one tied to the RB AST? A generic algo. We will talk with Camille monday because we lost energy on RB matcher. What was your analysis? J

Re: [Pharo-users] Building a Morphic Card Wall, Part 3: SVG export & WebSocket

2015-07-04 Thread H. Hirzel
Hello Stephane Thank you for the 3rd video. This is a great demo! As it is SVG export http://localhost:1701/cardwall-client adapts nicely when resizing the browser window. This includes the text size which now matches the one in Pharo. An issue still is that text does not wrap in the cards.

Re: [Pharo-users] Kivy

2015-07-04 Thread Hilaire
Le 04/07/2015 15:58, stepharo a écrit : > For the information we are working on touch and OSWindow improvements. > Alain is imporving Bloc the future graphic layer of Pharo, people from > bern are working on new widgets. > We are working on cleaning widgets. Now we also accept help. > > Stef > > Le

Re: [Pharo-users] Kivy

2015-07-04 Thread Peter Uhnák
> > Is Bloc a user interface markup language? > Or a graphic framework like Morphic? > Bloc is replacement for Morphic. Smalltalk is the markup language; it gives you much more expressiveness compared to static DSLs.

Re: [Pharo-users] Kivy

2015-07-04 Thread Glenn Cavarlé
Hannes Hirzel wrote > Is Bloc a user interface markup language? > > https://en.wikipedia.org/wiki/User_interface_markup_language > > Or a graphic framework like Morphic? Bloc is a graphical core framework, it provides the basics features to build UI/Animation frameworks on top of it. A mark

Re: [Pharo-users] Kivy

2015-07-04 Thread H. Hirzel
On 7/4/15, Hilaire wrote: > For the record, a friend told me about this > https://en.wikipedia.org/wiki/Kivy > > Will it be cool to have something like that? > > Hilaire Yes, and what about other options https://en.wikipedia.org/wiki/User_interface_markup_language ? --Hannes > -- > Dr. G

Re: [Pharo-users] Kivy

2015-07-04 Thread H. Hirzel
On 7/4/15, Glenn Cavarlé wrote: > Kivy embed a Python interpreter in a native mobile app. All is developed in > Python in association with their own declarative language : the kivy > language. > To do the same thing with Smalltalk, i think you have CogDroid or > PharoDroid > that embed a small

Re: [Pharo-users] Kivy

2015-07-04 Thread stepharo
Kivy embed a Python interpreter in a native mobile app. All is developed in Python in association with their own declarative language : the kivy language. This is cool because with the bootstrap and modularPharo then it can be really interesting. I think that we will see all our efforts pay

Re: [Pharo-users] Kivy

2015-07-04 Thread Glenn Cavarlé
Kivy embed a Python interpreter in a native mobile app. All is developed in Python in association with their own declarative language : the kivy language. To do the same thing with Smalltalk, i think you have CogDroid or PharoDroid that embed a smalltalk vm in a native mobile app. When Bloc Widge

Re: [Pharo-users] an elegant way to return a result

2015-07-04 Thread stepharo
Le 3/7/15 12:17, Peter Uhnák a écrit : By the way, I've always used return statements in blocks to "break" out of loops since i didn't find any "break" method in Pharo. Is that bad too ? It's still the same thing. Could you provide an example where you do such a thing? When I st

Re: [Pharo-users] an elegant way to return a result

2015-07-04 Thread stepharo
Le 3/7/15 11:53, Matthieu Lacaton a écrit : Well, thanks for the documentation, the first article was quite interesting and I'm gonna get this book asap :) When you execute a block (far away from the place it was created), it acts as an exception, it stops the execution of currently

Re: [Pharo-users] an elegant way to return a result

2015-07-04 Thread stepharo
Le 3/7/15 09:09, jtuc...@objektfabrik.de a écrit : Stef, So we're finding more and more problems in just a single line of code ;-) Do you see advantages in this piece of code? Would it be friendlier to the Compiler/VM or a programmer in your opinion? yes :) |nextOrNextAfterNext| nextOr

Re: [Pharo-users] Kivy

2015-07-04 Thread stepharo
For the information we are working on touch and OSWindow improvements. Alain is imporving Bloc the future graphic layer of Pharo, people from bern are working on new widgets. We are working on cleaning widgets. Now we also accept help. Stef Le 4/7/15 15:36, Hilaire a écrit : For the record, a

Re: [Pharo-users] Kivy

2015-07-04 Thread Hilaire
All. Without forgetting multiplateform. I mean when you have such a framework, people get attracted, although Kivy was likely developed the other way: developed for Python because Python is well know and widely used. I am curious to know how Kivy was developed in the first place: a small communit

Re: [Pharo-users] Kivy

2015-07-04 Thread Peter Uhnák
By "something like that" you mean what? More widgets? yaml-like DSL? Touch? Peter On Sat, Jul 4, 2015 at 3:36 PM, Hilaire wrote: > For the record, a friend told me about this > https://en.wikipedia.org/wiki/Kivy > > Will it be cool to have something like that? > > Hilaire > > -- > Dr. Geo > ht

[Pharo-users] Kivy

2015-07-04 Thread Hilaire
For the record, a friend told me about this https://en.wikipedia.org/wiki/Kivy Will it be cool to have something like that? Hilaire -- Dr. Geo http://drgeo.eu http://google.com/+DrgeoEu

Re: [Pharo-users] An Ubuntu-inspired theme for Pharo

2015-07-04 Thread Marcus Denker
Nice! > On 03 Jul 2015, at 22:15, Merwan Ouddane wrote: > > Nice :) > > I have joined a screenshot > > On 03/07/2015 21:19, Esteban Lorenzano wrote: >> Pretty cool :) >> >> (Btw, I'm slowly working in a real theme manager... With remote themes so >> everybody will be able to contribute their