Apple's Module proposal to replace headers for C-based languages [pdf]
1–10 of 187 posts
Re: Apple's Module proposal to replace headers for C-based languages [pdf]
#2The important bit is that the proposal's ideas for making the transition easier are good and make it seem like this may get traction where similar efforts have failed before. That Doug Gregor and other LLVM/Clang/LLDB developers are already working on the Clang implementation is even better. At the very least we may see this in Objective-C.
Re: Apple's Module proposal to replace headers for C-based languages [pdf]
#3This looks promising, aside from being long overdue. Header files have always been one of the more annoying parts of C/C++/Obj-C development. The important bit is that the proposal's ideas for making the transition easier are good and make it seem like this may get traction where similar efforts have failed before. That Doug Gregor and other LLVM/Clang/LLDB developers are already working on the Clang implementation i…
Re: Apple's Module proposal to replace headers for C-based languages [pdf]
#4Re: Apple's Module proposal to replace headers for C-based languages [pdf]
#5This looks promising, aside from being long overdue. Header files have always been one of the more annoying parts of C/C++/Obj-C development. The important bit is that the proposal's ideas for making the transition easier are good and make it seem like this may get traction where similar efforts have failed before. That Doug Gregor and other LLVM/Clang/LLDB developers are already working on the Clang implementation i…
Objective-C is certainly important, but C++ and Objective C++ is where I think this is super important to see. I don't care which solution wins (yet, I might after more inspection/convincing), we just need A solution, and one that works for some older projects with little work.
Re: Apple's Module proposal to replace headers for C-based languages [pdf]
#6Re: Apple's Module proposal to replace headers for C-based languages [pdf]
#7This looks promising, aside from being long overdue. Header files have always been one of the more annoying parts of C/C++/Obj-C development. The important bit is that the proposal's ideas for making the transition easier are good and make it seem like this may get traction where similar efforts have failed before. That Doug Gregor and other LLVM/Clang/LLDB developers are already working on the Clang implementation i…
On the other hand: if someone would do the equivalent to their browser, people would call it fragmentation.
It will be interesting to see how gcc reacts to this. If this decreases compilation times significantly, I think they will have to follow suit.
Re: Apple's Module proposal to replace headers for C-based languages [pdf]
#8Re: Apple's Module proposal to replace headers for C-based languages [pdf]
#9Re: Apple's Module proposal to replace headers for C-based languages [pdf]
#10Everyone wants modules but nobody can agree on how they should behave. This is why they weren't included in C(++)11.