Closed ghost closed 13 years ago
"Andrés Musetti" wrote:
If I understood the documentation correctly, (import (vicare)) should have the same effect as (import (ikarus)).
Yes:
$ vicare Vicare Scheme version 0.2d1 Revision devel/d9c395b8397136730cf718c48e0780b9a7183400 Build 2011-10-28
Copyright (c) 2006-2010 Abdulaziz Ghuloum and contributors Copyright (c) 2011 Marco Maggi
vicare> (import (vicare)) vicare> (import (ikarus)) vicare> (import (rnrs)) vicare>
It seems to me that you have an old revision; if you have git installed, can you try with a checkout of "devel" branch from GitHub? Else, I have uploaded a tarball with the current "devel" HEAD revision:
https://github.com/downloads/marcomaggi/vicare/vicare-0.2d1-1.tar.gz
Sorry for this problem; it is probably a confusion caused by the fact that I am trying to switch from uploading tarballs to GitHub's download area, to relying on GitHub's feature of allowing checkout of tagged revisions from a separate page. But I realise now that there are problems, because some of the files needed to build are not available in those tagged tarballs.
HTH
Hello! If I understood the documentation correctly, (import (vicare)) should have the same effect as (import (ikarus)).
From the documentation:
3 Extensions library
In addition to the libraries listed in the R6RS standard, Vicare offers the (ikarus) and (vicare) libraries which provide additional features; (ikarus) is a composite library, it exports a superset of all the supported bindings of R6RS; (vicare) exports the same bindings of (ikarus).
Now, in my machine, they are not the same. I can (import (ikarus)), but cannot (import (vicare)).
Is this expected behaviour, or a bug? Am I missing something?
Thanks,
Andrés.