DEV Community

Discussion on: What language or tool are you curious about, but have not found the time to use or learn?

Collapse
 
gwutama profile image
Galuh Utama

From my experiences with C++, cmake is the de facto standard build system. And wrapping C++ as node module can be done using swig. Pretty good.

Collapse
 
somedood profile image
Basti Ortiz

I am definitely open to making use of CMake. However, my biggest issue with it is the additional amount of knowledge required to set it up. The tedium of configuring a build system is the curse of compiled languages that discourages me from playing and hacking away. I do have some fault in that regard, but it is admittedly a cumbersome task.