While we are mainly programming in C++, we do use other programming languages when appropriate. This chapter describes conventions for such code.
Code written in Python should adhere to PEP 8. You should run flake8
on your code to automatically check compliance.
Code written in Common Lisp should adhere to Google Common Lisp Style.