Re: guile-contract guile-syntax-parse and clambda

2012-03-18 Thread Nala Ginrut
On Sun, Mar 18, 2012 at 8:20 PM, Stefan Israelsson Tampe < stefan.ita...@gmail.com> wrote: > Hi, > > I just wanted to mension three projects that I've been working on lately > (as some of you alerady know) > > > https://

guile-contract guile-syntax-parse and clambda

2012-03-18 Thread Stefan Israelsson Tampe
Hi, I just wanted to mension three projects that I've been working on lately (as some of you alerady know) https://gitorious.org/guile-syntax-parse This is racket's syntax parse ported over to guile. It works now so well that I

Re: guile-syntax-parse

2012-01-06 Thread Andy Wingo
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

guile-syntax-parse

2011-11-27 Thread Stefan Israelsson Tampe
Oh, let me refrace the previous mail and sebnd it to guuile devel also! -- Forwarded message -- From: Stefan Israelsson Tampe Date: Sun, Nov 27, 2011 at 4:03 PM Subject: Re: guile-syntax-parse To: Andy Wingo On syntax parse, Syntax parse depends heavally on syntax parameters

Re: guile-syntax-parse

2011-11-24 Thread Stefan Israelsson Tampe
ed, Nov 23, 2011 at 10:47 PM, Andy Wingo wrote: > 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? >

Re: guile-syntax-parse

2011-11-23 Thread Andy Wingo
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. Syn

guile-syntax-parse

2011-05-09 Thread Stefan Israelsson Tampe
Hi, check out guile-syntax-parse at https://gitorious.org/guile-syntax-parse/guile-syntax-parse (You have to patch some ice-9 routines to make this work (syntax-expression and syntax-object? need to be in the environment - the files are included) So by writing #| Syntax parse examples |# (use