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]
Other format: [Raw text]

Re: Module of loaded files


Per Bothner <per@bothner.com> wrote:
> You need a (require <M>) in F.scm.

Thanks.  

If I compile a different version of Driver.scm with "java kawa.repl
--main -C Driver.scm" then func is accessible.  Bug? feature? confusion
on my part?

Regards,
Chris Dean

==> F.scm <==
(func)

==> Driver.scm <==
(module-name <Driver>)

(define (func)
  'in-driver)

(load "F.scm")


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