We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Current focus:
Theme music: Happy Hacker by Chris Jeffers
A simple little programming language that could one day compile to JavaScript
JavaScript 22
A hypothetical message-based programming language inspired by Smalltalk, Self, Erlang, Clojure and sci-fi and biology
21
A tiny, simple and fast FIFO queue
TypeScript 2
A typographically sound lightweight markup language
4
A perennial solar calendar based on astronomical observations
5
nothing = new Proxy(Object.freeze(Object.create(null)), {
get(target, property) {
if (property === Symbol.toPrimitive) return () => undefined
return nothing
},