In reply to @Elegantbeef "A stupid fast with": hm good to know, tho just gettin started with hello-world window, my "bottleneck" was mold so far, and it's supposedly the fastest linker. A basically-blank SDL+Vulkan window app linking in WickedEngine (which insists on static and wont ever support dyn-linking) takes 15secs to build (thats debug builds: o0 and presumably no lto) and link time seems the major duration there, given that my custom code so far is very little and Wicked is already built. 15secs! might as well have 16s instead with nim transpilation but finer syntax & language 😁