logoalt Hacker News

fookeryesterday at 8:53 PM1 replyview on HN

It works perfectly when it comes to `import std` and making things a bit easier.

It does not work very well at all if your goal is to port your current large codebase to incrementally use modules to save on compile time and intermediate code size.


Replies

pjmlpyesterday at 10:23 PM

Office has made a couple of talks about their modules migration, which is exactly that use case.