[plt-scheme] Requiring modules

From: Kim Gybels (kgybels at igwe.vub.ac.be)
Date: Thu Apr 14 19:25:26 EDT 2005

Hi,

When writing an extension for scheme: is it possible to require a
module from within the C-code ?

What we want to do is this:
require the turtles.ss graphics in een environment of some sort, and
then call some of its functions from our C-code.

What is the best way to load the module and execute the functions ?

greetz,
Kim



Posted on the users mailing list.