undocumented function repl

2006-07-28 Thread Jon Wilson
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

Re: example of use of automake with guile extension

2006-07-28 Thread Ludovic Courtès
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