On parenting...
A happy software engineer
- Tokyo, Japan
-
10:51
(UTC +09:00) - https://mahata.vercel.app/
- @mahata.bsky.social
Highlights
Pinned Loading
-
memoize @ SICP
memoize @ SICP 1(define (memoize f)
2(let ((table (make-table)))
3(lambda (x)
4(let ((previously-computed-result (lookup x table)))
5(or previously-computed-result
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.