Re: procedure-source availability

2012-10-02 Thread Daniel Hartwig
On 3 October 2012 03:29, Panicz Maciej Godek wrote: > Well, the idea for now is that the associated .spec file containing > the state of GUI is loaded on startup, and the state of the > interpreter is dumped to that file on exit (or at GUI's request). > Viewing the file will obviously be an option

Re: procedure-source availability

2012-10-02 Thread Panicz Maciej Godek
>> The short answer is: to have more options to explore and play around with. >> The long answer is that I have been designing a framework for rapid >> GUI development (and more), sort of a REPL among GUIs. The sources are >> available on bitbucket's mercurial, if you want to see: >> hg clone https

Re: procedure-source availability

2012-10-02 Thread Ludovic Courtès
Hi, Panicz Maciej Godek skribis: > The short answer is: to have more options to explore and play around with. > The long answer is that I have been designing a framework for rapid > GUI development (and more), sort of a REPL among GUIs. The sources are > available on bitbucket's mercurial, if yo

Re: Expanding macros

2012-10-02 Thread Ludovic Courtès
Hi, Panicz Maciej Godek skribis: > By the way, the (undocumented, as of 2.0.5) decompile > function returns two values -- the first being the expanded expression > and the second -- #f. > As I've figured out from system/base/compile, the second return value > is the environment, but I've been wo