Re: r6rs define-record-type is unhygienic

2011-06-17 Thread Andy Wingo
On Fri 17 Jun 2011 20:35, Mark H Weaver writes: > Andy Wingo wrote on bug-guile: >>> + (let loop ((_fields *unspecified*) >>> +(_parent *unspecified*) >> >> I realize this was in the original code, but better to use some other >> value to indicate a non-initialized va

c-code hacking made fun

2011-06-17 Thread Stefan Israelsson Tampe
I followed a little tangent of c coding and tried to make it more fun to do. That is make it so I believed that I was coding in scheme but instead was taking on the old heavy weight machine gun in a glass house (C). using the guile library. So I want to be able to use scheme constants in an easy w

Re: r6rs define-record-type is unhygienic

2011-06-17 Thread Mark H Weaver
Andy Wingo wrote on bug-guile: >> + (let loop ((_fields *unspecified*) >> +(_parent *unspecified*) > > I realize this was in the original code, but better to use some other > value to indicate a non-initialized value. In the future *unspecified* > will be the same as (

Re: Guile with win32 cross compiling

2011-06-17 Thread Andy Wingo
Hi Volker, On Sat 21 May 2011 00:19, Volker Grabsch writes: > Jan Nieuwenhuizen schrieb: >> https://github.com/janneke/gub/blob/guile-2.0/gub/specs/guile.py >> https://github.com/janneke/gub/tree/guile-2.0/patches > > As far as I can see, you have patched libgc to support pthreads > unde