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

_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to