Re: various updates

2011-08-26 Thread Andy Wingo
On Thu 25 Aug 2011 23:35, David Pirotte writes: > guile-runtime.c:129:15: error: invalid operands to binary == (have 'SCM' and > 'SCM') I think you got the "master" branch of Guile. Use the "stable-2.0" branch. Cheers, Andy -- http://wingolog.org/

Re: various updates

2011-08-26 Thread David Pirotte
Hello Andy, Le Fri, 26 Aug 2011 12:26:00 +0200, Andy Wingo a écrit : > I think you got the "master" branch of Guile. Use the "stable-2.0" > branch. owh, sorry [did write a perso .org but missed that step and used the fresh clone ...] now g-wrap and guile-cairo did compile/ins

Re: Reader syntax for accessing arrays

2011-08-26 Thread Panicz Maciej Godek
Howdie, I would agree that specifying a rigid behavior for [] and {} brackets is pretty far away from the minimalistic spirit of scheme. However, section 7.1.1 of R5RS specification states, that characters [, ], {, } and | are "reserved for further extension of the language". (R6RS, on the other h