Hacker News new | ask | show | jobs
by WhiteBlueSkies 1243 days ago
Mostly negatively. The beautiful code that you produce by functional programming will always make you aware of how bad most programming languages are. I took Ocaml in university and I was completely and utterly blown away.

You just know deep down whenever you touch JS or some other language that there exists a better way of programming.

1 comments

ramda and other FP js libs go some way to helping with this.