Re: [Chicken-users] Re: Missing documentation for eggs

2010-03-26 Thread Alex Shinn
felix writes: > I tested it once more, and it actually runs to completion, but > takes ages to load, so you're completely right. Sorry if this caused > any hassle. > > The expander is definitely too slow. I have to work on that. matchable also uses only syntax-rules, so while it generates fast c

Re: [Chicken-users] Re: Missing documentation for eggs

2010-03-26 Thread felix
Mario Domenech Goulart schrieb: This script hangs for me, eating up memory while expanding the big `match' expression (I think). I tested this with 4.4.3 on Windows (mingw) and 4.4.0 on NetBSD. I'm using it on a Debian Linux stable (x86) box. It really takes quite a long time when interpreted

Re: [Chicken-users] Re: Missing documentation for eggs

2010-03-25 Thread Mario Domenech Goulart
Hi Felix On Thu, 25 Mar 2010 15:58:18 +0100 felix wrote: > Mario Domenech Goulart schrieb: >> >> I've made a very ugly and lame program to generate initial wiki >> documentation for eggs based on the .meta file and on the module file. >> It's at http://parenteses.org/mario/quickdoc/quickdoc.scm

Re: [Chicken-users] Re: Missing documentation for eggs

2010-03-25 Thread felix
felix schrieb: This script hangs for me, eating up memory while expanding the big `match' expression (I think). I tested this with 4.4.3 on Windows (mingw) and 4.4.0 on NetBSD. Actually, it's this clause that makes it hang: ((or ('define proc ('lambda args body ...))

Re: [Chicken-users] Re: Missing documentation for eggs

2010-03-25 Thread felix
Mario Domenech Goulart schrieb: > Hi > > I've made a very ugly and lame program to generate initial wiki > documentation for eggs based on the .meta file and on the module file. > It's at http://parenteses.org/mario/quickdoc/quickdoc.scm (needs > matchable). It is far from perfect and has more fl

[Chicken-users] Re: Missing documentation for eggs

2010-03-24 Thread Mario Domenech Goulart
Hi I've made a very ugly and lame program to generate initial wiki documentation for eggs based on the .meta file and on the module file. It's at http://parenteses.org/mario/quickdoc/quickdoc.scm (needs matchable). It is far from perfect and has more flaws than features, but if you are lucky, it