Compiler Explorer (aka "Godbolt") is a web page that lets developers explore and experiment with the code generation of C++, Rust, Python, Go and many more languages. It supports executing small snippets of code, running tools on the compiler output, various visualizations of the assembly code outp... Read more