Hacker News new | ask | show | jobs
by moolcool 2984 days ago
Python has good support for a lot of functional concepts
2 comments

Except tail-call optimization which the BDFL refuses to consider since it would break "there should be one -- and preferably only one -- obvious way to do it" regarding loops.
Julia has much better support for functional programming.