Skip to content
View hiddenwaffle's full-sized avatar
🌿
Working on the Casablanca simulation
🌿
Working on the Casablanca simulation

Block or report hiddenwaffle

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
hiddenwaffle/README.md
  • The λ calculus as a building block of the universe
(define Y (lambda (f) ((lambda (x) (f (lambda (a) ((x x) a)))) (lambda (x) (f (lambda (a) ((x x) a)))))))

Pinned Loading

  1. matching matching Public

    The Super Mario Bros 3 card matching game, ported to ReactJS

    TypeScript 1

  2. algorithms algorithms Public

    Advent of Code and Algorithms Illuminated

    Ruby

  3. mazing mazing Public

    Maze game for desktop browsers.

    JavaScript 1

  4. pico8-simple-outline pico8-simple-outline Public

    [VS Code] For PICO-8 files (*.p8), display functions in the Outline by using a rudimentary regex.

    TypeScript 8 4

  5. lighting lighting Public

    Forked from github/game-off-2016

    Game inspired by MIT and Cira Centre building hacks, for the desktop Chrome browser.

    JavaScript 3

  6. rubyisms rubyisms Public

    Notes from the book The Well-Grounded Rubyist, 3rd Ed. with updates after Ruby 2.5+