mahata - Overview
mahata
Follow
On parenting...
mahata/README.md
Hi there 👋
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 -
mahata-pages/mahata-pages.github.io
mahata-pages/mahata-pages.github.io PublicIt's my personal weblog
TypeScript
-
mahata.github.io
mahata.github.io PublicTypeScript




