Author Topic: clang article on Modules  (Read 7244 times)

bas

  • Full Member
  • ***
  • Posts: 220
    • View Profile
clang article on Modules
« on: August 26, 2013, 09:44:06 AM »
Clang seems to be roughly going in the same direction as C2 by using a 'Modules' strategy:

http://clang.llvm.org/docs/Modules.html

Interesting read. It basically tries to solve some of the same problems as C2. In my opinion
this is very nice, but ultimately will fail to solve the problems completely since staying compatible
has some very severe restrictions. Nonetheless, very interesting.