Let's git rid of our error-prone sprintf function in favor of a compile-time checked string formatting function using a variadic template.
About the Project: Natalie is a very early-stage work-in-progress Ruby implementation that compiles Ruby to an executable. It does so by transpiling Ruby to C++ and feeding it to gcc or clang to produce a binary.