Skip to content
View acutmore's full-sized avatar
Block or Report

Block or report acutmore

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

Pinned

  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 2

  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