Pattern Matching And State Machines
24th May 2017TL;DR How to build a template engine (using simple string interpolation), leveraging pattern matching and state machinery. Also benchmarking 'cause we want to be fast besides right. Why build my own templating engine? What's wron…