Skip to content

Having fun with Compiler Explorer

One of the more unique tools out there is Compiler Explorer.  This tool allows you to write code in a variety of programming languages and review the assembly language various compilers generate.  This tool was created by Matt Godbolt and it’s great for exploring and understanding exactly what a specific syntax is doing under the hood.

Screenshot:

 

Supported programming languages:

  • C++
  • D
  • Rust
  • Go
  • ispc
  • Haskell
  • Swift
  • Pascal

YouTube video:

Published inSoftware Development

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *