Hi Stefan,
On Sun 27 Nov 2011 16:23, Stefan Israelsson Tampe
writes:
> So my effort in the near future might be,
>
> 1. find how to implement/use a similar feature as syntax-parameters
Done! With exactly the same API as Racket has, I think.
> 2. port syntax-parse
> 3. port contracts
Eagerly
Hi,
syntax-parse is quite a heavy where it basically defines a syntax-case +
verifying logic from the beginning.
What I have played with a lighter version of that code and a kind of system
around it that worked by
piggy-pack on guiles syntax-case.
It's not much code needed to get something that
On Mon 09 May 2011 14:11, Stefan Israelsson Tampe
writes:
> Hi, check out guile-syntax-parse at
> https://gitorious.org/guile-syntax-parse/guile-syntax-parse
How is this going? Are you still using it?
You didn't get any responses, but I'm still curious to see it working.
Syntax-parse sounds l