DEV Community

Discussion on: 7 Easy functional programming techniques in Go

 
deepu105 profile image
Deepu K Sasidharan

Currying is a concept and is definitely not based on how Haskel does it AFAIK. You can do currying even in Java using lambda and stuff. The idea is to make the concept possible and not in the syntax IMO