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: G-Wrap [Re: Foreign function interface generators.]



Chris,

I did find another small inconsistency.

In your proposed new-constant, the order is:  (symbol,) value, type.
In your propose  new-function, the order for parameters is:  type, value.

It seems to me these should be ordered either (value, type) or (type,
value), but not both.

Cliff