lua-users home
lua-l archive

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


> > We care a lot about non-C programmers. But aren't structures also a
> > problem when interfacing with other languages?
>
> Structure is generaly not a problem, only few language have problems
> with it and interfacing these language with C is generally a big problem
> and not only with structure.

even if structures are a problem, if "NULL" is an allowed parameter, non-C
programmers only need to deal with that structure if they want to overload
the malloc hook :)

Cheers,
Peter