Skip to content
View acutmore's full-sized avatar

Block or report acutmore

Report abuse

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

Report abuse

Pinned Loading

  1. Emulating a 4-Bit Virtual Machine in... Emulating a 4-Bit Virtual Machine in (TypeScript\JavaScript) (just Types no Script)
    1
    A compile-time 4-Bit Virtual Machine implemented in TypeScript's type system. Capable of running a sample 'FizzBuzz' program.
    2
    
                  
    3
    Syntax emits zero JavaScript.
    4
    
                  
    5
    ```ts
  2. Comparing web framework render funct... Comparing web framework render functions
    1
    # Web Framework Render Functions
    2
    
                  
    3
    A look at the different render functions created by different web-frameworks, for the same website.
    4
    
                  
    5
    Website is very minimal:
  3. prog-lang-play prog-lang-play Public

    toy compiler that outputs lambda calculus style JavaScript

    Rust 5

  4. JS-IC-explained-in-TSC JS-IC-explained-in-TSC Public

    A port of http://mrale.ph/blog/2012/06/03/explaining-js-vms-in-js-inline-caches.html to TypeScript

    TypeScript

  5. AoC-2018 AoC-2018 Public

    Advent of Code 2018 Clojure Solutions

    Clojure

  6. AoC-2017 AoC-2017 Public

    Advent of Code 2017 Javascript solutions

    JavaScript