I didn’t set out to implement currying. I was trying to implement closures but it seemed like it would be…
blog
function type syntax
I’m trying to start implementing the list module in leema tonight, and particularly the map function in the list module.…