taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:
> (Guile doesn't have full R7RS support yet so I'm using it with 'guard' > from (rnrs exceptions (6)), which apparently only catches R6RS > conditions, so we see no [FAIL] after the exception, but we see the > group endings because they use unwind-protect.) Whoops, that part was bull. I had a broken (rnrs exceptions) in my load-path that didn't belong to Guile (but to me, cough cough). Taylan