Hi y'all,
I just ran across the function 'repl' ( #print)>), which doesn't have a docstring, and doesn't appear in the manual
(well, ok fine, the procedure index of the manual). I'm using 1.8.
I tried calling it as:
(repl read primitive-eval display)
but that didn't seem to give very meaningfu
Hi,
"Marco Maggi" <[EMAIL PROTECTED]> writes:
> can someone point me to a clean and simple Guile extension
> using GNU automake, that I can take as example to learn
> how to write automake using extensions?
You can look at `guile-readline', for instance, which is part of core
Guile.
Thanks,
L