On parenting...
A happy polyglot software engineer 🥳
- Tokyo, Japan
-
23:01
(UTC +09:00) - https://mahata.org/
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
-
-
-
mlack
mlack PublicIt's an experiment to create a slack-like app just by vibe coding with GitHub Copilot.
TypeScript
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.