Hacker News new | ask | show | jobs
by Kodiologist 767 days ago
Hy slower than Python? It shouldn't be, at least at run-time. I maintain Hy. If you notice any meaningful performance differences, that's a bug.
1 comments

I'm guessing what might really be happening is that functional code can be slow in Python. And Hy tends to encourage functional code where vanilla Python mostly discourages it.