Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.