[gambit-list] Re: Meroon and Gambit

Eric Merritt cyberlync at gmail.com
Thu May 5 02:31:33 EDT 2005


On 5/4/05, Bradley Lucier <lucier at math.purdue.edu> wrote:
> 
> On May 4, 2005, at 8:36 PM, Eric Merritt wrote:
> 
> 
> Ah, now I understand your question, sorry for being dense before.
> 
> Through a bit of hackery, Meroon macros are available whether loaded or
> included.  See meroon.gsc for the gory details.  (Basically, each
> meroon-macro definition in a file A.scm  [which is available to use in
> other definitions in A.scm] is also "eval"-ed, which makes it available
> to  use in definitions in other files after A.scm or A.o1 is
> "load"-ed.)

That is ever so slightly scary ;) That does solves the problem though.

> I would recommend you just "include" or "load" each file with Meroon
> class/generic/method definitions once.

  Please forgive my obtuseness, but what if you need to make use of
those definitions in more then one file?

> 
> Brad
> 
>



More information about the Gambit-list mailing list