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 interop is done using
the special cpp/ namespace.
In this chapter, we’ll dive into:
- Embedding raw C++ into your jank programs
- Bringing native C and C++ libraries into your jank programs
- Working with native values