Reaching into C++
jank is designed to be able to reach right into C++ and access variables, types,
functions, templates, and even preprocessor values. All C++ related special
forms live in the special cpp/ namespace.
In this chapter, we’ll dive into all of the various use cases of working with C++ types, functions, values, and exceptions.