Aug 2, 2026 in WebAssembly, Compilers, Web - WebAssembly is a binary instruction format for a stack-based virtual machine, and a portable compilation target for other languages. What the official definition says, the four design goals, and why it was never limited to the browser.
Jun 23, 2026 in Programming, Concepts, Compiler - A compiler turns the source code you write into a program the machine can run. What a compiler is, how it works stage by stage (lexing, parsing, optimization, code generation), compiler vs interpreter, and where GHC fits for Haskell.
Jun 14, 2026 in Haskell, Compiler - What GHC is, installing it with GHCup, using GHCi, the flags that matter (-O2, -Wall, -threaded, -j), and how it fits with Cabal and Stack.