On Mon 31 Jan 2011 19:44, Noah Lavine <[email protected]> writes:

> ;;; compiling test.scm
> ;;; WARNING: compilation of test.scm failed:
> ;;; key wrong-type-arg, throw_args (#f "Wrong type to apply: ~S" (#f) (#f))
> hello, world!

Now it does:

    scheme@(guile-user)> (load "/tmp/test.scm")
    ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0
    ;;;       or pass the --no-autocompile argument to disable.
    ;;; compiling /tmp/test.scm
    ;;; WARNING: compilation of /tmp/test.scm failed:
    ;;; key unbound-variable, throw_args (#f "Unbound variable: ~S" (codegen) 
#f)
    hello, world!

Still ugly, but better.  Thanks for the example.

A
-- 
http://wingolog.org/

Reply via email to