chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Undefined symbols: _C_toplevel (OS X 10.6.6 / Chicke


From: David Dreisigmeyer
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?

Thank again,

-Dave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]