Re: Can't define in (if...) after (use-syntax (ice-9 syncase)) ?

2010-08-27 Thread Andreas Rottmann
Cedric Cellier writes: > guile> (use-syntax (ice-9 syncase)) > guile> (if #t (define foo "bar")) > ERROR: invalid context for definition of foo > ABORT: (misc-error) > guile> (version) > $1 = "1.8.7" > > apparently syncase module is altering the if or define behavior somehow ? > I think it's esta

Can't define in (if...) after (use-syntax (ice-9 syncase)) ?

2010-08-27 Thread Cedric Cellier
guile> (use-syntax (ice-9 syncase)) guile> (if #t (define foo "bar")) ERROR: invalid context for definition of foo ABORT: (misc-error) guile> (version) $1 = "1.8.7" apparently syncase module is altering the if or define behavior somehow ?

Guile-BAUX available

2010-08-27 Thread Thien-Thi Nguyen
Guile-BAUX is a package that contains Guile Scheme scripts and modules intended to be installed in your project's build-aux/, or equivalent dir specified by ‘AC_CONFIG_AUX_DIR’ in configure.ac. In the spirit of gnulib, it is not versioned and does not support "make install". Full details are in t