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