I'm curious, would it be hard or beneficial to change the nim compiler so that every time you build a project, it generates a cmake_lists.txt file and uses Cmake to run the C or C++ compiler to compile the project. This seems to be at least one of the things that Cmake was made for. You might also be able to include other C code that's built by Cmake. I'm not really suggesting anything be changed, but am curious if it would be useful.
- Could Nim use Cmake to invoke the C compiler? Keithcat1
