Hacker News new | ask | show | jobs
by earthboundkid 1040 days ago
I tend to agree. I’ve done a lot of JS and Python where I end up spending time doing functional tricks basically just because I’m bored and it makes things interesting. With Go when I’m bored I start profiling and making a zero alloc version of a function that only runs once a week.
1 comments

FP totally works in Python...until you realize how slow function calls in Python are.