Method Chaining and JavaScript

How to chain methods in JS in order to write concise and readable code. Read more

Similar

Dead Code Elimination in JavaScript

Dead code elimination is a process wherein code that is not used is excluded from the code that is executed. In many compile time languages this is a much easier process since a compiler can easily determine the code that is used. However in javascri... (more…)

Read more »

Slip – A Lisp System in JavaScript

Update (Oct. 2025): a lot of CL features have been implemented, such that I was able to compile Closette source code almost as-is, with only trivial changes. There's still a long way to go, but this is becoming Common Lisp! (more…)

Read more »