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

Organizations

@github @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. ktlog ktlog Public archive

    Yet another blog software

    TypeScript 2

  3. vercelog vercelog Public

    A personal weblog

    TypeScript

  4. www.mahata.org www.mahata.org Public

    It's a personal website built by Next.js.

    TypeScript

  5. mlack mlack Public

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

    TypeScript 1