Skip to content
View mahata's full-sized avatar
💭
On parenting...
💭
On parenting...

Organizations

@github @microsoft @evo-tokyo

Block or report mahata

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mahata/README.md

Hi there 👋

Pinned Loading

  1. 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
  2. mahata-pages/mahata-pages.github.io mahata-pages/mahata-pages.github.io Public

    It's my personal weblog

    TypeScript

  3. mlack mlack Public

    It's an experiment to create a slack-like app just by vibe coding with GitHub Copilot.

    TypeScript 1

  4. dotfiles dotfiles Public

    Just for Codespaces

    Shell