Today Passenger is mostly written in C++. Back when Passenger was created, C and C++ were the only viable options to offer Apache and Nginx integration, ease of installation (users commonly have a C/C++ compiler installed), and performance. But the programming language ecosystem has evolved since then. Compared to alternatives, C++ is limiting our development velocity. We've been considering migra

