This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: multiple instances of modules


On 17 Jul 2001, Per Bothner wrote:

> (define a (make <foo>))  ;; For a compiled module foo.scm
> (invoke a 'run)

so I could do:

(define a (make <foo>))
(define b (make <foo>))

and I'd have two instances of foo?

-- 
---
Dennis Sacks
dennis@illusions.com




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]