chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] Multiple binaries


From: John Cowan
Subject: Re: [Chicken-hackers] Multiple binaries
Date: Wed, 19 Sep 2007 17:59:00 -0400
User-agent: Mutt/1.5.13 (2006-08-11)

Tony Sidaway scripsit:

> Would it be possible for me to build a single egg binary from several
> sources?  Does the (declare (unit x))  idiom work well with extensions?
> If so I guess I'd just compile the units into a single binary and that
> would be that.  The consumer would see only the one extension file,
> no matter how many source files went into producing it.

The Q egg is made of three layered files, q-lolevel, q-utils, and q-lang;
q-lang includes q-utils, and q-utils includes q-lolevel.  That worked
well for me.

-- 
What asininity could I have uttered     John Cowan <address@hidden>
that they applaud me thus?              http://www.ccil.org/~cowan
        --Phocion, Greek orator




reply via email to

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