diff --git a/src/ikarus.boot b/src/ikarus.boot index 3981ef9..be18ed2 100644 Binary files a/src/ikarus.boot and b/src/ikarus.boot differ diff --git a/src/makefile.ss b/src/makefile.ss index 5221ba7..3baa2cb 100755 --- a/src/makefile.ss +++ b/src/makefile.ss @@ -1,12 +1,12 @@ #!/usr/bin/env ikarus -b ikarus.boot --r6rs-script -;(import (except (ikarus) assembler-output) -; (ikarus compiler) -; (except (ikarus system $bootstrap) -; eval-core -; current-primitive-locations -; compile-core-expr-to-port)) +#;(import (except (ikarus) assembler-output) + (ikarus compiler) + (except (ikarus system $bootstrap) + eval-core + current-primitive-locations + compile-core-expr-to-port)) (import (ikarus) (ikarus system $bootstrap)) @@ -434,6 +434,7 @@ [eval-core $boot] [current-library-collection $boot] [library-name $boot] + [find-library-by-name $boot] [$car $pairs] [$cdr $pairs]