Re: [Pharo-users] GitFileTree Version Numbering

2015-03-08 Thread Martin Bähr
Excerpts from Thierry Goubier's message of 2015-03-09 07:06:41 +0100: > Le 09/03/2015 04:20, Sean P. DeNigris a écrit : > > When copying MyPackage-Author-VersionNumber.mcz to an empty GitFileTree > > repository, VersionNumber is not considered, and it appears in the version > > browser as MyPackage

Re: [Pharo-users] GitFileTree Version Numbering

2015-03-08 Thread Thierry Goubier
Le 09/03/2015 04:20, Sean P. DeNigris a écrit : When copying MyPackage-Author-VersionNumber.mcz to an empty GitFileTree repository, VersionNumber is not considered, and it appears in the version browser as MyPackage-Author-1, which seems confusing. Could it keep the same VersionNumber? No ;) I

Re: [Pharo-users] Notebook/slideshow morph

2015-03-08 Thread blake
No complaints about the service, Stef. =P On Sat, Mar 7, 2015 at 11:43 PM, stepharo wrote: > So I imported my old code (it was one week of test first experience). > I can open a slideshow, create page, drop morph on it, mark a page as > template and navigate. > > I published the code at > MC

[Pharo-users] GitFileTree Version Numbering

2015-03-08 Thread Sean P. DeNigris
When copying MyPackage-Author-VersionNumber.mcz to an empty GitFileTree repository, VersionNumber is not considered, and it appears in the version browser as MyPackage-Author-1, which seems confusing. Could it keep the same VersionNumber? - Cheers, Sean -- View this message in context: http

[Pharo-users] Pharo / J - Integration

2015-03-08 Thread Torsten Bergmann
Stef wrote: >Hi Martin > >I imagine that you know the OOPAL paper showing APL + Objects because it >would be cool to have it for Pharo :). Hi Stef, do you know: http://astares.blogspot.de/2014/10/apl-concepts-in-pharo.html Bye T.

Re: [Pharo-users] calling block from within itself

2015-03-08 Thread Peter Uhnák
Very informative article, thanks! Peter On Sat, Mar 7, 2015 at 2:17 PM, Sven Van Caekenberghe wrote: > Hi Peter, > > See the section 'How can a block refer to itself ?' in > https://medium.com/concerning-pharo/lambda-calculus-in-pharo-a4a571869594 > > HTH, > > Sven > > > On 07 Mar 2015, at 13:4

Re: [Pharo-users] Pillar multiline comment

2015-03-08 Thread Peter Uhnák
Sure I can make a shortcut but I don't like that if there is already something. So my question is why can't I do {{{comment: my multiline comment }}} We already have the syntax, and we already have conditional rendering; so comment is just something that doesn't end up in any of the output for

Re: [Pharo-users] GSoC mentor assistance for FOSSASIA smalltalk projects please

2015-03-08 Thread stepharo
Le 6/3/15 05:15, Sean P. DeNigris a écrit : Martin Bähr wrote FOSSASIA has been accepted for Google Summer of Code, and i have a few smalltalk related projects Awesome!! Martin Bähr wrote i'd like to ask if anyone is willing to help me mentor those projects. I can probably help you with "

Re: [Pharo-users] Pharo / J - Integration

2015-03-08 Thread stepharo
Hi martin I imagine that you know the OOPAL paper showing APL + Objects because it would be cool to have it for Pharo :). Stef Le 8/3/15 13:13, Herr Martin Saurer a écrit : Hello All Pharo now has an integration into the J programming language. Please see: http://youtu.be/5JMMgZGRMHw for

Re: [Pharo-users] Pharo / J - Integration

2015-03-08 Thread kilon alios
yeap the more the merrier. There is also JNIPort for Java. I really like this approach because he is using a dll. I am using sockets for python which is much slower. But I was thinking porting to this approach too. He basically created a dll (Jinter.dll) that calls the J language and then Pharo u

Re: [Pharo-users] GitHub Mirror Workflow

2015-03-08 Thread Sean P. DeNigris
stepharo wrote > be able to publish in parallel from Smalltalkhub and github Cool :) I've been thinking... FileTree's method-resolution may be The Right Thing To Do when using git for SCM (I know we've debated before). But... for the "Mirror on Github" use case, I wonder if less granularity would

Re: [Pharo-users] Pharo / J - Integration

2015-03-08 Thread Alexandre Bergel
Hi Martin! I did not know J at all. How can I try your code? You are invoking functions using NativeBoost of the J library? Cheers, Alexandre > On Mar 8, 2015, at 8:13 AM, Herr Martin Saurer > wrote: > > Hello All > > Pharo now has an integration into the J programming language. > > Pleas

Re: [Pharo-users] Pharo / J - Integration

2015-03-08 Thread Ben Coman
This is great to hear, and a nicely structured presentation. So we now have a J bridge, and we have a python bridge from Kilon, so Smalltalk via Pharo can be seen to be less inward focussed, which was sometimes a criticism. These two provide a good example for other languages and services to foll

Re: [Pharo-users] Pharo / J - Integration

2015-03-08 Thread S Krish
Really Cool On Sun, Mar 8, 2015 at 5:43 PM, Herr Martin Saurer wrote: > Hello All > > Pharo now has an integration into the J programming language. > > Please see: http://youtu.be/5JMMgZGRMHw > > for a Demo as well as for download and installation instructions. > > Have fun !!! > > Martin > >

Re: [Pharo-users] Pharo / J - Integration

2015-03-08 Thread Sven Van Caekenberghe
Nice work & a cool presentation ! > On 08 Mar 2015, at 13:13, Herr Martin Saurer wrote: > > Hello All > > Pharo now has an integration into the J programming language. > > Please see: http://youtu.be/5JMMgZGRMHw > > for a Demo as well as for download and installation instructions. > > Have f

[Pharo-users] smaller configurations vs groups [was Re: Pillar and GT tools in Pharo4]

2015-03-08 Thread Tudor Girba
Hi, I summarize below why I think fine grained configurations should be preferred to groups. The group is not a first class configuration, although it can be depended on. If you depend on a group of a configuration, it's harder to understand the consequences and it's harder to build tools for it.

[Pharo-users] Pharo / J - Integration

2015-03-08 Thread Herr Martin Saurer
Hello All Pharo now has an integration into the J programming language. Please see: http://youtu.be/5JMMgZGRMHw for a Demo as well as for download and installation instructions. Have fun !!! Martin

Re: [Pharo-users] Pillar multiline comment

2015-03-08 Thread kilon alios
code examples are made like this [[[ Transcript show: 'hello"; show: ' world"; cr;]]] There is also additional syntax if your language is not smalltalk and some other stuff. Take a look at pillar docs. you can also have a workaround for multi line commen

Re: [Pharo-users] ZnClient --data {}

2015-03-08 Thread Sabine Manaa
Hi Sven, thanks a lot, I am a big step further now. Without your help it would not be like that! Regards Sabine 2015-03-07 13:52 GMT+01:00 Sven Van Caekenberghe-2 [via Smalltalk] < ml-node+s1294792n4810238...@n4.nabble.com>: > As far as I can see, that is correct. > > If you do the following, y

Re: [Pharo-users] Pillar multiline comment

2015-03-08 Thread Peter Uhnak
H If pillar is line based, how I can make code examples? Actually, maybe this could work, I'll try it later. {{{comment: My Multiline Comment }}} -Original Message- From: "stepharo" Sent: ‎3/‎8/‎2015 8:21 AM To: "Any question about pharo is welcome" Subject: Re: [Pharo-users] Pillar mu

Re: [Pharo-users] making .extension files (like .class files)

2015-03-08 Thread Martin Bähr
Excerpts from rohit sharma's message of 2015-03-08 10:14:41 +0100: > hi everyone. I am facing a problem. I cloned a repo. of package. After that > i tried saving and opening that package using Monticello Browser. which package did you clone? > But > whenever i try save & open that package in phar

[Pharo-users] making .extension files (like .class files)

2015-03-08 Thread rohit sharma
hi everyone. I am facing a problem. I cloned a repo. of package. After that i tried saving and opening that package using Monticello Browser. But whenever i try save & open that package in pharo, all class and extension files are getting deleted and pharo is showing nothing in that package. Any sug