[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Re: Missing documentation for eggs
From: |
Alex Shinn |
Subject: |
Re: [Chicken-users] Re: Missing documentation for eggs |
Date: |
Fri, 26 Mar 2010 18:21:05 +0900 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin) |
felix <address@hidden> 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 code, the expansion can be slow. I can speed it up by
special casing a few things with ER macros.
--
Alex