This actually was fixed about a year ago. Try the latest
revision from bzr.
$ ikarus
Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1772, build
2009-05-03)
Copyright (c) 2006-2009 Abdulaziz Ghuloum
> match
Unhandled exception
Condition components:
1. &undefined
2. &who: eval
3. &message: "unbound variable"
4. &irritants: (match)
> (import (match))
> 'ok
ok
>
Aziz,,,
On May 4, 2009, at 7:31 AM, namekuseijin wrote:
Should this behavior be reported as a bug?
namekusei...@nameku:~$ ikarus
Ikarus Scheme version 0.0.3
Copyright (c) 2006-2008 Abdulaziz Ghuloum
(import (match))
'ok
ok
namekusei...@nameku:~$ ikarus
Ikarus Scheme version 0.0.3
Copyright (c) 2006-2008 Abdulaziz Ghuloum
match
Unhandled exception
Condition components:
1. &assertion
2. &who: eval
3. &message: "unbound variable"
4. &irritants: (match)
(import (match))
Unhandled exception
Condition components:
1. &who: import
2. &message: "identifier conflict"
3. &syntax:
form: (import (match))
subform: match