←back to thread

407 points ksec | 3 comments | | HN request time: 0.632s | source
Show context
kookamamie ◴[] No.45231877[source]
Looks great. I did pick up pretty strong NIH vibes, though. As an example, would CMake or Meson not work as a build system?
replies(1): >>45232145 #
1. monax ◴[] No.45232145[source]
Meson doesn't support C++20 modules, cmake is not my cup of tea, and most importantly it's fun hobby project so I do what I want :^)
replies(1): >>45232265 #
2. kookamamie ◴[] No.45232265[source]
Makes sense. How have you found C++20 modules?
replies(1): >>45232294 #
3. monax ◴[] No.45232294[source]
Awesome! I’ve been waiting for this feature since 2020, and having them finally working is so cool. I haven’t migrated all the code yet, but it’s heading in the right direction