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
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 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