[gambit-list] Blackhole and match

Per Eckerdal per.eckerdal at gmail.com
Wed Apr 28 05:52:05 EDT 2010


21 apr 2010 kl. 14.55 skrev Marco Benelli:

> It seems to me that blackhole's match doesn't work:
> 
> $ bsc
> Loaded Black Hole.
> Gambit v4.6.0
> 
>> (import (std misc/match))      
>> (match 2 (2 #t) (_ #f))             
> *** ERROR -- Unbound variable: module#extract-syntactic-closure-list

This was because of a bug in match, it used a function in Black Hole that has been removed. It is fixed now.

> I've also tried Alex Shinn's match:


What is that?

/Per


More information about the Gambit-list mailing list