I'm working on a language along those lines, called Aeon. I guess I should save any plugging until I actually release something!
Of course Haskell has closures, there's always a scope to close over: f x = (\y -> x + y)
I'm working on a language along those lines, called Aeon. I guess I should save any plugging until I actually release something!
Of course Haskell has closures, there's always a scope to close over: f x = (\y -> x + y)