Y
Hacker News
new
|
ask
|
show
|
jobs
by
tinyspacewizard
757 days ago
Python is really bad at recursion (part of why it's not appropriate for functional programming), so perhaps an unfair benchmark?
A Pythonic implementation would use loops and mutation.