joakim - Overview
Navigation Menu
- Terra, Sol, Orion-Cygnus, Milky Way, Virgo, Laniakea, Universe
- https://joakim.io
Pinned Loading
-
A typographically sound lightweight markup language
TypeScript 5
-
Three-valued logic with JavaScript primitives
TypeScript
-
A perennial solar calendar based on astronomical observations
-
Encodes binary data as valid unassigned Unicode code points, aka tofu
TypeScript
-
A relatively simple programming language that could one day compile to JavaScript
JavaScript 20
-
1
nothing = new Proxy(Object.freeze(Object.create(null)), {
2
get(target, property) {
3
if (property === Symbol.toPrimitive) return () => undefined