Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Current focus:
Theme music: Happy Hacker by Chris Jeffers
Three-valued logic with JavaScript primitives
TypeScript
A simple little programming language that could one day compile to JavaScript
JavaScript 22
A typographically sound lightweight markup language
5
A hypothetical message-based programming language inspired by Smalltalk, Self, Erlang, Clojure and sci-fi and biology
21
A perennial solar calendar based on astronomical observations
nothing = new Proxy(Object.freeze(Object.create(null)), {
get(target, property) {
if (property === Symbol.toPrimitive) return () => undefined
return nothing
},
There was an error while loading. Please reload this page.