Re: Me no understand scoping

2008-08-02 Thread Maciek Godek
>> I'm currently working on a little project (in my spare time). [...] > > Many thanks for providing this description. The project looks fun, so > I hope it continues to go well. > > A few thoughts occurred to me when reading through. > > 1. IMO this could be really beautifully done in GOOPS, by d

Re: Me no understand scoping

2008-08-02 Thread Maciek Godek
> Time to trot out the tired old koan [1] ... > > " The venerable master Qc Na was walking with his student, Anton. Hoping to > prompt the master into a discussion, Anton said "Master, I have heard that > objects are a very good thing - is this true?" Qc Na looked pityingly at > his student and r

Re: Me no understand scoping

2008-08-02 Thread Neil Jerram
2008/8/1 Maciek Godek <[EMAIL PROTECTED]>: > > I can't tell you precisely (because I don't know myself). > It's just that whenever I try to do something in scheme, > I end up with questions of that sort. (Maybe the thing is > that I try to write as little code as possible -- the prettiness > and si

Re: What happened to the infix module?

2008-08-02 Thread Neil Jerram
2008/8/2 Maciek Godek <[EMAIL PROTECTED]>: > > Oh, I finally have my chance to ask: > why was the guile 1.4 fork created? There was an argument in about May 2005 between Thien-Thi and the maintainer at the time (Marius Vollmer). It began technically, but became a bit unpleasant, and Marius felt t

Re: What happened to the infix module?

2008-08-02 Thread Maciek Godek
Thien-Thi Nguyen wrote: > () "Maciek Godek" <[EMAIL PROTECTED]> > () Sat, 2 Aug 2008 14:10:24 +0200 > > http://gnuvola.org/software/guile/doc/Reading-Infix.html > Yet there's no such module in the repository. > What happened? > > Well, that documentation is for Guile 1.4.x, so you can find >

Re: What happened to the infix module?

2008-08-02 Thread Thien-Thi Nguyen
() "Maciek Godek" <[EMAIL PROTECTED]> () Sat, 2 Aug 2008 14:10:24 +0200 http://gnuvola.org/software/guile/doc/Reading-Infix.html Yet there's no such module in the repository. What happened? Well, that documentation is for Guile 1.4.x, so you can find that module where you can find Guile

What happened to the infix module?

2008-08-02 Thread Maciek Godek
Browsing the web, I ran into the documentation of guile's ice-9 infix module: http://gnuvola.org/software/guile/doc/Reading-Infix.html Yet there's no such module in the repository. What happened? M.