Remix.run Logo
kookamamie 4 days ago

Looks great. I did pick up pretty strong NIH vibes, though. As an example, would CMake or Meson not work as a build system?

monax 4 days ago | parent [-]

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 :^)

kookamamie 4 days ago | parent [-]

Makes sense. How have you found C++20 modules?

monax 4 days ago | parent [-]

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

d_tr 3 days ago | parent [-]

Wait, modules work now? Maybe it's time to give them a shot, at least for my own code...