Author Topic: Interesting article on Modules  (Read 8793 times)

bas

  • Full Member
  • ***
  • Posts: 220
    • View Profile
Interesting article on Modules
« 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  :)

kyle

  • Newbie
  • *
  • Posts: 48
    • View Profile
Re: Interesting article on Modules
« Reply #1 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.