joakim - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View joakim's full-sized avatar

Block or report joakim

Pinned Loading

  1. A typographically sound lightweight markup language

    TypeScript 5

  2. Three-valued logic with JavaScript primitives

    TypeScript

  3. A perennial solar calendar based on astronomical observations

    5

  4. Encodes binary data as valid unassigned Unicode code points, aka tofu

    TypeScript

  5. A relatively simple programming language that could one day compile to JavaScript

    JavaScript 20

  6. 1

    nothing = new Proxy(Object.freeze(Object.create(null)), {

    2

      get(target, property) {

    3

        if (property === Symbol.toPrimitive) return () => undefined