Skip to content
View mrjacobbloom's full-sized avatar
🎄
🎄

Organizations

@notochord
Block or Report

Block or report mrjacobbloom

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
mrjacobbloom/README.md

About me

I'm a fun, energetic, resourceful programmer with a passion for JavaScript, and particularly metaprogramming and esoteric TypeScript. I've spent the last 5 years working with TypeScript/React and the MERN stack at Anark, though programming has been a passion of mine since childhood.

Pinned

  1. echo echo Public

    Fun with proxies. Repeats after you.

    JavaScript 2

  2. my_first_calculator.d.ts my_first_calculator.d.ts Public

    Finally, you can do math in the TypeScript type system!

    JavaScript 5

  3. liga-diga liga-diga Public

    A font that magically translates the top 300 words from English to Spanish using ligatures

    JavaScript 3

  4. lumpy lumpy Public

    Final project for a(nother) class in OpenGL

    C++ 2

  5. type-xml type-xml Public

    This is an experiment in pushing the limits of the TypeScript compiler: an XML parser that operates entirely on string literal types.

    TypeScript

  6. TS-Type-System-ELIZA.d.ts TS-Type-System-ELIZA.d.ts
    1
    /*
    2
     * ELIZA
    3
     * ELIZA is a simple chatbot developed in the 1960s that acts like a Rogerian psychotherapist
    4
     * This is an attempt to port her into the TypeScript type system. By that, I mean all of the
    5
     * logic for this chatbot exists in the "types" side of TypeScript and is removed when you