Hello,

I would like to try some GUI stuff with guile. Since I have some experience
with Tk (with perl and ruby), I tried Tk following
http://www.galassi.org/mark/mydocs/guile-programmer_2.html:

 (require 'Gwish)
 
 (use-library tcl)
 (use-interface tcl)
 (use-interface tclhack)
 
 (tk-main-loop)
 (quit)

But I keep getting errors like

 ERROR: Unbound variable: require
 ERROR: Unbound variable: use-library

or something.

Any hints?


Reply via email to