This is the mail archive of the guile@cygnus.com mailing list for the guile project.


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

Re: module loading


Aleksandar Bakic <bakicale@cps.msu.edu> writes:
>
> Not just all. It just seems natural to me have one module for both C
> and Scheme code that implement a logically same thing. I don't need to
> merge several C files or several Scheme files, but just one C file
> with one Scheme file that has "the same" module name. I will try your
> solution if what I would want is too much :)

I don't think that you are asking for too much, it should be quite a
common problem to mix Scheme and C modules.  I just think that this
mixing should not happen magically.

The new module system will likely allow us to express these things in
a more elegant way.