Y
Hacker News
new
|
ask
|
show
|
jobs
by
edflsafoiewq
2342 days ago
def(fact(n acc) if(=(n 0) acc fact(-(n 1) *(acc n))))
I'm not a fan.