chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] lightweight inheritance


From: John Cowan
Subject: Re: [Chicken-users] lightweight inheritance
Date: Mon, 29 Aug 2011 14:50:32 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

Felix scripsit:

> Hey, nice! This should be an egg.

I've attached the jso.scm (module) and jso-code.scm (raw source) files.
I hope there is a volunteer to eggify it -- I'll write the wiki page.
However, something is flaky:  I can (load "jso.scm") and then (import jso)
without a problem, but (use jso) reports this:

Error: (import) during expansion of (import ...) - cannot import from undefined 
module: jso

Usually this means the file name and module name don't agree, but they do
in this case.  Compiling doesn't change anything.  What's going on?

-- 
John Cowan    address@hidden    http://ccil.org/~cowan
Objective consideration of contemporary phenomena compel the conclusion
that optimum or inadequate performance in the trend of competitive
activities exhibits no tendency to be commensurate with innate capacity,
but that a considerable element of the unpredictable must invariably be
taken into account. --Ecclesiastes 9:11, Orwell/Brown version

Attachment: jso.scm
Description: Text document

Attachment: jso-code.scm
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]