Persistent group chat in <50 lines using kdb+/k/q web sockets and JS - GitHub - srpeck/kchat: Persistent group chat in <50 lines using kdb+/k/q web sockets and JS... (more…)
Read more »
When implementing a language feature for JavaScript, an implementer must make decisions about how the language in the specification maps to the implementation. Sometimes this is fairly simple, where the specification and implementation can share much of t... (more…)
Read more »
One of the most important rules for writing a deterministic, easy-to-debug code is avoiding side effects. The obvious choice if we want to meet this assumption is to use the functional paradigm. This, however, poseses a risk of poor code readability. (more…)
Read more »