Darren New wrote:
> Nicolas Alvarez wrote:
>> I'm probably missing something... can't you do it with .o + .h in C++?
>
> The .h file is source code, hence revealing the internal layout of your
> objects. And the functions you want to inline are presented in source.
> And you can't be sure the .h matches the .o.
...whereas Haskell's .hi files are machine-generated (and not
human-readable).
Post a reply to this message
|