Wow, great!

On Mon, Jan 31, 2011 at 3:12 PM, Andy Wingo <wi...@pobox.com> wrote:
> On Mon 31 Jan 2011 19:44, Noah Lavine <noah.b.lav...@gmail.com> 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