Re: [Pharo-users] Render PDF / Web Document in Pharo

2014-11-04 Thread Olivier Auverlot
No but with Pharo, I think that's not difficult to launch a PDF viewer at the end of PDF generation process. Le 4 nov. 2014 à 21:59, François Stephany a écrit : > Does artefact support *displaying* PDF in Pharo? > > On Tue, Nov 4, 2014 at 11:53 AM, Olivier Auverlot > wrote: > Hi Sean, > > Fo

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-04 Thread Sean P. DeNigris
Tudor Girba-2 wrote > Nice :)... Thanks, No problem! BTW let's not depend on NewExternalWebBrowser surviving as the project's name ;) - Cheers, Sean -- View this message in context: http://forum.world.st/ANN-NewExternalWebBrowser-tp4788403p4788461.html Sent from the Pharo Smalltalk Users m

Re: [Pharo-users] Bug? in Filein

2014-11-04 Thread Nicolai Hess
Fixed and integrated (pharo 40350) I'll open another issue for backporting to pharo3 2014-11-02 22:24 GMT+01:00 Nicolai Hess : > Actually it is a bug in FileOUT! > > 14377 > FileOut creates invalid comment entries for classes with class side methods >

Re: [Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-04 Thread Tudor Girba
Nice :) Thanks, Doru On Tue, Nov 4, 2014 at 7:39 PM, Sean P. DeNigris wrote: > Not too long ago, someone requested the ability to open a URL in an > external > browser. > > Now that Pharo has NativeBoost, it seems we could implement > ExternalWebBrowser much more simply. Here's a first commit f

Re: [Pharo-users] Render PDF / Web Document in Pharo

2014-11-04 Thread François Stephany
Does artefact support *displaying* PDF in Pharo? On Tue, Nov 4, 2014 at 11:53 AM, Olivier Auverlot < olivier.auver...@gmail.com> wrote: > Hi Sean, > > For rendering PDF documents, you could use Artefact ( > https://sites.google.com/site/artefactpdf/ ) > > Best regards > Olivier ;-) > > Le 4 nov.

Re: [Pharo-users] Render PDF / Web Document in Pharo

2014-11-04 Thread Olivier Auverlot
Hi Sean, For rendering PDF documents, you could use Artefact ( https://sites.google.com/site/artefactpdf/ ) Best regards Olivier ;-) Le 4 nov. 2014 à 20:13, Sean P. DeNigris a écrit : > Is it possible to display either in a Morphic world? As a start, even a > non-interactive preview would be v

[Pharo-users] Render PDF / Web Document in Pharo

2014-11-04 Thread Sean P. DeNigris
Is it possible to display either in a Morphic world? As a start, even a non-interactive preview would be valuable... Thanks. - Cheers, Sean -- View this message in context: http://forum.world.st/Render-PDF-Web-Document-in-Pharo-tp4788409.html Sent from the Pharo Smalltalk Users mailing lis

[Pharo-users] [ANN]: NewExternalWebBrowser

2014-11-04 Thread Sean P. DeNigris
Not too long ago, someone requested the ability to open a URL in an external browser. Now that Pharo has NativeBoost, it seems we could implement ExternalWebBrowser much more simply. Here's a first commit for Mac OS X. Gofer it smalltalkhubUser: 'SeanDeNigris' project: 'SeansPlayground';

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Luc Fabresse
just added you as a contributor. And yes comments are more than welcome ;-) #Luc 2014-11-04 18:03 GMT+01:00 p...@highoctane.be : > Luc, > > Can you add me to the repo so that I can send updates? > > Phil > > On Tue, Nov 4, 2014 at 4:56 PM, Luc Fabresse > wrote: > >> Hi Phil, >> >> Ok I missed t

Re: [Pharo-users] Memoization Question

2014-11-04 Thread p...@highoctane.be
Luc, Can you add me to the repo so that I can send updates? Phil On Tue, Nov 4, 2014 at 4:56 PM, Luc Fabresse wrote: > Hi Phil, > > Ok I missed the details so I've just refreshed my mind. > > yes the latest repository is this one: > http://www.smalltalkhub.com/#!/~CAR/Ghost/ > I've just tried

Re: [Pharo-users] Memoization Question

2014-11-04 Thread p...@highoctane.be
On Tue, Nov 4, 2014 at 4:56 PM, Luc Fabresse wrote: > Hi Phil, > > Ok I missed the details so I've just refreshed my mind. > > yes the latest repository is this one: > http://www.smalltalkhub.com/#!/~CAR/Ghost/ > I've just tried in Pharo 3.0 and it works now (yes oups I forgot that it > was for P

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Luc Fabresse
Hi Phil, Ok I missed the details so I've just refreshed my mind. yes the latest repository is this one: http://www.smalltalkhub.com/#!/~CAR/Ghost/ I've just tried in Pharo 3.0 and it works now (yes oups I forgot that it was for Pharo 2.0 ;-)). Ghost is really small so I've just fixed it Try it:

Re: [Pharo-users] Memoization Question

2014-11-04 Thread p...@highoctane.be
I have been reading on Ghost: http://esug.org/data/ESUG2011/IWST/PRESENTATIONS/23.Mariano_Peck-Ghost-ESUG2011.pdf http://www.slideshare.net/esug/ghost-9095241 http://rmod.lille.inria.fr/archives/workshops/Mart11a-IWST11-Ghost.pdf This link is dead BTW: http://rmod.inria.fr/web/pier/software/Marea

Re: [Pharo-users] Porting to a MAC

2014-11-04 Thread garduino
stepharo wrote >> About Dolphin, well, as you point, the ability to generate an exe and >> some >> other features more of the side of publishing a commercial app, make hard >> to >> abandon it (also the UI builder). > > Yes we would love to have the same facilities. > This is why we worked on Fuel

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Denis Kudriashov
2014-11-04 16:09 GMT+03:00 Johan Fabry : > The language you are thinking of is most probably PHANtom: > http://pleiad.cl/phantom > Exactly

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Johan Fabry
The language you are thinking of is most probably PHANtom: http://pleiad.cl/phantom But (as author of the language) I think it is overkill to use it for just a memoization cache. Idem for AspectS (I don’t know if it works on Pharo though). Right now, I would use MethodWrappers instead, and when

Re: [Pharo-users] How not to serve an AngularJs application from Pharo

2014-11-04 Thread kilon alios
I have welcomed Amber with open arms, but I have failed miserably to wrap my head around it. Is ironic if you think about, Pharo really lacks documentation even in basic areas, libraries are nowhere near as powerful as those offered by javascript yet I have found Pharo way easier to use. Web devel

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Denis Kudriashov
Hi There is AspectS package at old squeaksource site. I not know is it working in Pharo. And there was presentation at Esug few years ago about another implementation of aspects in Pharo ( i not remember project name) 04 нояб. 2014 г. 9:04 пользователь "p...@highoctane.be" написал: > > Le 3 nov.

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Norbert Hartl
> Am 04.11.2014 um 12:47 schrieb p...@highoctane.be: > > On Tue, Nov 4, 2014 at 12:06 PM, Norbert Hartl > wrote: > I'm not sure. I thought Spy would use them but it does not load in a fresh > pharo3 for me. Did you try > > http://www.squeaksource.com/ObjectsAsMethods

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Luc Fabresse
2014-11-04 13:16 GMT+01:00 Marcus Denker : > > On 04 Nov 2014, at 09:59, Norbert Hartl wrote: > > Ghost won't be a big help here. Slots would be a good solution but not if > it needs to be removable on runtime. So it seems MethodWrappers is your > best bet. I'd try create a caching MethodWrapper,

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Norbert Hartl
> Am 04.11.2014 um 13:16 schrieb Marcus Denker : > > >> On 04 Nov 2014, at 09:59, Norbert Hartl > > wrote: >> >> Ghost won't be a big help here. Slots would be a good solution but not if it >> needs to be removable on runtime. So it seems MethodWrappers is your best

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Marcus Denker
> On 04 Nov 2014, at 09:59, Norbert Hartl wrote: > > Ghost won't be a big help here. Slots would be a good solution but not if it > needs to be removable on runtime. So it seems MethodWrappers is your best > bet. I'd try create a caching MethodWrapper, mark all the needed methods with > a pra

Re: [Pharo-users] Memoization Question

2014-11-04 Thread p...@highoctane.be
On Tue, Nov 4, 2014 at 12:06 PM, Norbert Hartl wrote: > I'm not sure. I thought Spy would use them but it does not load in a fresh > pharo3 for me. Did you try > > http://www.squeaksource.com/ObjectsAsMethodsWrap/ > This one loads and tests are green once the "_"s are replaced with ":="s Thx fo

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Norbert Hartl
I'm not sure. I thought Spy would use them but it does not load in a fresh pharo3 for me. Did you try http://www.squeaksource.com/ObjectsAsMethodsWrap/ ? Norbert > Am 04.11.2014 um 11:53 schrieb p...@highoctane.be: > > On Tue, Nov 4, 2014 a

Re: [Pharo-users] Memoization Question

2014-11-04 Thread p...@highoctane.be
On Tue, Nov 4, 2014 at 9:59 AM, Norbert Hartl wrote: > Ghost won't be a big help here. Slots would be a good solution but not if > it needs to be removable on runtime. So it seems MethodWrappers is your > best bet. I'd try create a caching MethodWrapper, mark all the needed > methods with a pragm

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Damien Pollet
mutate a literal array ? :D On 3 November 2014 16:10, p...@highoctane.be wrote: > How can I do memoization in Pharo? > > I mean, a generic mechanism that will help me wrap the caching around the > method invocations / messages. > > I have expensive calls that do not have to refresh their results

Re: [Pharo-users] How not to serve an AngularJs application from Pharo

2014-11-04 Thread stepharo
I'm really interested to see how we could develop amber inside pharo and generate JS/amber code. May be you should look at spec instead of OB. On 4/11/14 03:55, Pierce Ng wrote: On Mon, Oct 27, 2014 at 10:21:18PM +0200, kilon alios wrote: Even though I always have been a supporter of Amber the

Re: [Pharo-users] Porting to a MAC

2014-11-04 Thread stepharo
Yes, it was a sad news of Bill's death, I read the list of Dolphin. yes sad! About Dolphin, well, as you point, the ability to generate an exe and some other features more of the side of publishing a commercial app, make hard to abandon it (also the UI builder). Yes we would love to have t

Re: [Pharo-users] Memoization Question

2014-11-04 Thread Norbert Hartl
Ghost won't be a big help here. Slots would be a good solution but not if it needs to be removable on runtime. So it seems MethodWrappers is your best bet. I'd try create a caching MethodWrapper, mark all the needed methods with a pragma and then install the MethodWrapper on these. Could be a pa