1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/module
Andy Wingo 01c161ca11 it is alive!!!!! + concision + fix to compile-ghil
* module/ice-9/boot-9.scm: Remove lots of debugging prints. Remove some
  already-deprecated attempts to load modules from shared libraries.

* module/ice-9/psyntax.scm: If we have to create a variable for a
  syntactic binding, initialize its contents to a gensym. I'd like
  something more meaningful, but at least this way we can tell different
  macros apart. Only warn about missing modules if modules are booted.
  Chi the value part of a (set! (@ ...) ) expression -- whoops!

* module/ice-9/psyntax-pp.scm: Regenerated.

* module/language/glil.scm (parse-glil): Fix an unquoting error.

* module/language/scheme/compile-ghil.scm: No need to import syncase, we
  gots it. Rework compiler to expand only once, with syncase, instead of
  incrementally. Fix define-scheme-transformer to work with syncase, by
  not referencing bare keywords. It works!
2009-04-24 14:25:45 +02:00
..
ice-9 it is alive!!!!! + concision + fix to compile-ghil 2009-04-24 14:25:45 +02:00
language it is alive!!!!! + concision + fix to compile-ghil 2009-04-24 14:25:45 +02:00
oop speed up goops rehashing 2009-03-20 16:20:00 +01:00
scripts scripts take rest args 2009-04-20 18:20:01 +02:00
srfi fix mismerge on srfi-19.scm 2009-01-12 21:45:37 +01:00
system fix erroneous #:use-syntax clausen 2009-04-22 22:27:50 +02:00
Makefile.am guile-tools is a scheme script that loads scheme modules 2009-04-17 11:19:42 +02:00