[gambit-list] include'ing libraries

Dirk Theisen d.theisen at objectpark.org
Wed Aug 14 18:59:52 EDT 2013


Hi!

I am experiencing problems including digest.scm in client code.

Could someone please enlighten me?

If I do 

(include "~~lib/digest#.scm")

I cannot access the exported functions.

If I do

(include "~~lib/digest.scm")

I am getting errors of string-append being a macro etc. and all symbols created in my code is now in the digest# namespace.

Yes, I tried to goggle this.

I found http://dynamo.iro.umontreal.ca/wiki/index.php/Namespaces but it does not mention how to import files that use namespaces.

Greetings,
   Dirk


More information about the Gambit-list mailing list