Re: [Chicken-users] Question about COOPS, generic methods, and modules

2010-09-23 Thread Peter Bex
On Wed, Sep 22, 2010 at 09:06:33PM -0400, Taylor Venable wrote: > #;1> (use coops) > #;2> (load "coops-test-2.scm") > Note: implicitly defining generic-procedure: lols > #;3> (import foo) > #;4> (define instance (make )) > #;5> (lols instance) > 5 > #;6> (load "coops-test-2.scm") > ; loading coops-

Re: [Chicken-users] Question about COOPS, generic methods, and modules

2010-09-23 Thread Felix
From: Taylor Venable Subject: [Chicken-users] Question about COOPS, generic methods, and modules Date: Wed, 22 Sep 2010 21:06:33 -0400 > Hi there! > > I found this while writing some code for work earlier (I'm lucky enough to > be able to write testing programs in the language of my choice). I d

Re: [Chicken-users] Error compiling on AMD64 linux machine

2010-09-23 Thread Richard Hollos
Problem solved! We noticed that after doing a "make" the library files that started as .scm in /usr/local/src/ did not have corresponding .so files and so never appeared after "make...install" in /usr/local/lib/chicken/5/ We concluded that we needed a bootstrap compiler. It wasn't clear from read