C2 forum

General Category => General Discussion => Topic started by: bas on April 26, 2013, 08:04:57 AM

Title: Interesting article on Modules
Post by: bas on April 26, 2013, 08:04:57 AM
I've found an interesting article on Modules and why the #include system doesn't work well. Check:

https://github.com/llvm-mirror/clang/blob/a2b3d58bb135dffeae3b73732adf38dff3682b46/docs/Modules.rst

It describes the case for a C2-like use/import system quite well  :)
Title: Re: Interesting article on Modules
Post by: kyle on June 20, 2014, 11:59:43 PM
D'oh!  I really should read all the posts before posting.  This is a much better version of Apple's module idea than the slides I posted.  Sigh.

Back to reading.