On Mar 8, 2009, at 10:53 AM, Marijn Schouten (hkBst) wrote:
it seems that SRFI-43 (vector library) is not (yet) supported. I'd really like to use it. Are there any plans for adding it?
How isn't it supported? This works:
(load "~~/lib/syntax-case") (compile-file "vector-lib.scm") (load "vector-lib")
"/Users/lucier/Desktop/vector-lib.o1"
Brad