I didn’t set out to implement currying. I was trying to implement closures but it seemed like it would be … More
Category: syntax
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