From: David Dreisigmeyer <dwdreisigme...@gmail.com>
Subject: Re: [Chicken-users] Undefined symbols: _C_toplevel (OS X 10.6.6 / 
Chicken 4.6.0)
Date: Sat, 15 Jan 2011 15:19:17 -0500

> Using this:
> 
>   CHICKEN_run(CHICKEN_default_toplevel);
> 
> gets my code running.  This would seem to be fine if I was going to
> evaluate Scheme code interactively from Python ("Embedding" section in
> manual):
> 
> "If you just need a Scheme interpreter, you can also pass
> CHICKEN_default_toplevel as the toplevel procedure, which just uses
> the default library units."
> 
> Am I reading this correctly?
> 

Yes, you are. C_toplevel is defined in normal compiled Scheme modules
generated by the chicken compiler. CHICKEN_default_toplevel is
provided by libchicken.


cheers,
felix

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to