Re: [Pharo-dev] Pharo bootstrap with Ring and Calypso

2017-02-28 Thread Tudor Girba
Great work! Doru > On Feb 24, 2017, at 1:36 PM, Pavel Krivanek wrote: > > Hi, > > I have published a short video of the Pharo bootstrapping from a Ring model > that is browsed and modified by the Calypso browser. > > https://www.youtube.com/watch?v=QguZSPKo7-w > > No audio, please enable

Re: [Pharo-dev] [squeak-dev] Re: [vwnc] Does anyone have a "new" string literal?

2017-02-28 Thread David Leibs
http://www.erights.org/elang/quasi/overview.html Provides very good background for quasi-liberals. As to macros I would posit that you have been using them in Smalltalk80 all along without the benefit of having the capability for yourself. There are a classic set of selectors that get special pr

Re: [Pharo-dev] Pharo bootstrap with Ring and Calypso

2017-02-28 Thread Igor Stasenko
Hmm.. what causing such huge computation cost? Half an hour to bootstrap 600k.. sounds like unrealistically high. All you need to do is to build a graph in memory and then serialize it.. so what it does extra to make it so slow? On 28 February 2017 at 15:03, Guillermo Polito wrote: > Hi, > > yes

Re: [Pharo-dev] [squeak-dev] Re: [vwnc] Does anyone have a "new" string literal?

2017-02-28 Thread stepharong
On Mon, 27 Feb 2017 19:30:21 +0100, DavidLeibs wrote: As to the characters I did backquote for simple quasi-literal Strings and used Oxford Brackets for the quasi-literals with a language namespace. <| ...|>. Back quote can be hard to see but is nice for String substitute. what is a langua

Re: [Pharo-dev] [squeak-dev] Re: [vwnc] Does anyone have a "new" string literal?

2017-02-28 Thread stepharong
Hi David Where can we find - motivation - examples - implementation Did you write a report or something that we can read and assess? Tx I realize this is a few years old but I wanted to give an update on my quest for quasi-literals. I did a complete quasi-literal fram

Re: [Pharo-dev] [squeak-dev] Re: [vwnc] Does anyone have a "new" string literal?

2017-02-28 Thread stepharong
Hi david What you describe is a bit scary. Because this is just changing the syntax but it is probably also breaking refactorings and probably other. May I ask why would we need macros since after more than 30 years nobody really need them. So do you have good motivating cases for

Re: [Pharo-dev] [squeak-dev] Re: [vwnc] Does anyone have a "new" string literal?

2017-02-28 Thread DavidLeibs
The ES6 design is sound and if you are in a hurry to get the capability it is a great way to go. Once you start using it and get a taste for quasi-literal little languages you will find that you want more. Having a quasi-literal that let's you name the little language to parse you open a very int

Re: [Pharo-dev] REMEMBER: Tomorrow 28/02 16h UTC TechTalk: Reflectivity

2017-02-28 Thread Peter Uhnak
This site should be automatically time-zone aware https://a.chronus.eu/17A7E60 On Tue, Feb 28, 2017 at 10:50:41PM +0800, Ben Coman wrote: > Can we have a link and a countdown? > cheers -ben > > On Mon, Feb 27, 2017 at 10:59 PM, Esteban Lorenzano > wrote: > > > Hi, > > > > It will be handled b

[Pharo-dev] Pharo TechTalk starting in one hour (16UTC) (LINKS)

2017-02-28 Thread Esteban Lorenzano
Hi, So, techtalk will be here: https://www.youtube.com/watch?v=H52MAu_ISgU and discussion channel will be through discord, as always, here: http://discord.gg/Sj2rhxn See you there! Esteban

Re: [Pharo-dev] REMEMBER: Tomorrow 28/02 16h UTC TechTalk: Reflectivity

2017-02-28 Thread Ben Coman
Can we have a link and a countdown? cheers -ben On Mon, Feb 27, 2017 at 10:59 PM, Esteban Lorenzano wrote: > Hi, > > It will be handled by Marcus who will present current status of > Reflectivity integration. > > Esteban > > >

[Pharo-dev] [pharo-project/pharo-core]

2017-02-28 Thread GitHub
Branch: refs/tags/60417 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 4e8d88: 60417

2017-02-28 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 4e8d884ef5ef34a144070b758d44988be1e3f468 https://github.com/pharo-project/pharo-core/commit/4e8d884ef5ef34a144070b758d44988be1e3f468 Author: Jenkins Build Server Date: 2017-02-28 (Tue, 28 Feb 2017

Re: [Pharo-dev] How to listen for microsoft os windows messages (WM_MESSAGE's)?

2017-02-28 Thread Dimitris Chloupis
The first thing is to be very precise in what you want. I thought you wanted a window manager now you mention a full blow GUI API. Frankly if you want to ovehaul Pharo GUI API , personally I think hands down a Pharo QT project will be far more valuable. Windows may have an overwhelming market of

Re: [Pharo-dev] How to listen for microsoft os windows messages (WM_MESSAGE's)?

2017-02-28 Thread lw1990
Thank you all for the excellent replies I will be rereading them, here are my thoughts/responses for now: There exists a windows scripting language called autohotkey (autohotkey.com), similar to autoit, which does everything I want, I merely wanted to make similar functionality in Pharo so I could

Re: [Pharo-dev] Pharo bootstrap with Ring and Calypso

2017-02-28 Thread Guillermo Polito
Hi, yes this is cool :) There is also a new smart student that will work on this infrastructure a bit to make it "normal developer friendly", you know, hiding some implementation details, making maybe a UI for the process and so on. Now, about the questions: - And how much smaller could the ima

Re: [Pharo-dev] How to listen for windows messages?

2017-02-28 Thread Dimitris Chloupis
> How can I set up a windows message hook in Pharo? > Please keep in mind I'm very new to programming, but I work from home and > have lots of time to learn :-) > First of all Torsten gave you an excellent answer. If read it once, go reread it 10 times and bookmark it. Second of all I cannot answe

Re: [Pharo-dev] How to listen for windows messages?

2017-02-28 Thread p...@highoctane.be
Hi, Pharo is itself a Windows application (under Windows of course). So Window event loop is picking up the events and transforming them into Pharo events. You can check this in https://github.com/pharo-project/pharo-vm in opensmalltalk-vm\platforms\win32\vm\sqWin32Window.c https://github.com/

[Pharo-dev] [pharo-project/pharo-core]

2017-02-28 Thread GitHub
Branch: refs/tags/60416 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 17e26d: 60416

2017-02-28 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 17e26d8fd2926a817bf37b64aaab0eb9ec522fe7 https://github.com/pharo-project/pharo-core/commit/17e26d8fd2926a817bf37b64aaab0eb9ec522fe7 Author: Jenkins Build Server Date: 2017-02-28 (Tue, 28 Feb 2017

[Pharo-dev] [pharo-project/pharo-core] cf01ef: 60415

2017-02-28 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: cf01ef14fd52d7b674eba24651c1e62ab1f388a3 https://github.com/pharo-project/pharo-core/commit/cf01ef14fd52d7b674eba24651c1e62ab1f388a3 Author: Jenkins Build Server Date: 2017-02-28 (Tue, 28 Feb 2017

[Pharo-dev] [pharo-project/pharo-core]

2017-02-28 Thread GitHub
Branch: refs/tags/60415 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] How to listen for windows messages?

2017-02-28 Thread Torsten Bergmann
Hi, I guess what you want to achieve will not be an easy task for you if you are new to programming. But it is always good to have a goal and if you have time to learn I'm pretty sure you will master it. Even when OS-Windows inspire you for automizing tasks in other Windows processes (like aut