Bazaar or Bizarre I recently came across this critique of Eric Raymond’s The Cathedral of the Bazaar by Dr. Mark…
blog
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…
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…
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…
function type syntax
I’m trying to start implementing the list module in leema tonight, and particularly the map function in the list module.…