2008/10/14 john <[EMAIL PROTECTED]>: > Hi guilers... > > I would really appreciate some pointers or some > boiler plate code for handling this type of function to get me > rolling.
I found that http://www.gnu.org/software/guile/manual/html_node/The-Complete-Example.html was enough to get me going. Alternately, take a look at the source code for "gnotime"; it wraps a bunch of OO-style objects in a simple way, with just a small amount of guile code. --linas
