Bazaar or Bizarre I recently came across this critique of Eric Raymond’s The Cathedral of the Bazaar by Dr. Mark … More
Author: mattg
A Crossroads at LLVM
I’ve spent the past 4 months rewriting Leema’s parser and semantic analysis, most of the compiler. It’s largely done and … More
Leema at Recurse Center
the past six weeks I’ve spent the past six weeks working on Leema full time at a place called Recurse … More
syntax for currying & default parameters
I didn’t set out to implement currying. I was trying to implement closures but it seemed like it would be … More
function type syntax
I’m trying to start implementing the list module in leema tonight, and particularly the map function in the list module. … More