Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
View joakim's full-sized avatar
🌿
🌿

Block or report joakim

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
joakim/README.md

Pinned Loading

  1. kesh-lang/kesh kesh-lang/kesh Public

    A simple little programming language that could one day compile to JavaScript

    JavaScript 22

  2. kay kay Public

    A hypothetical message-based programming language inspired by Smalltalk, Self, Erlang, Clojure and sci-fi and biology

    21

  3. q q Public

    A tiny, simple and fast FIFO queue

    TypeScript 1

  4. bismark bismark Public

    A typographically sound lightweight markup language

    5

  5. calendar calendar Public

    A perennial solar calendar based on astronomical observations

    5

  6. The concept of nothing in JavaScript... The concept of nothing in JavaScript (Crockford's idea of a better undefined)
    1
    nothing = new Proxy(Object.freeze(Object.create(null)), {
    2
      get(target, property) {
    3
        if (property === Symbol.toPrimitive) return () => undefined
    4
        return nothing
    5
      },
Morty Proxy This is a proxified and sanitized view of the page, visit original site.