Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tromp
on March 6, 2024
|
parent
|
context
|
favorite
| on:
The Evolution of a Haskell Programmer (2001)
It does have the non-truncated equivalent "Memoizing Haskell programmer"'s
fac n = (scanl (*) 1 [1..]) !! n
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
fac n = (scanl (*) 1 [1..]) !! n