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 »
Go check out Daily Developer Jokes, my latest project! Here's the joke from today: JavaScript is a very lenient language in terms of how it is interpreted. For example: x = 5; Is not valid JavaScript code, and should be written as var x = 5 (or const... (more…)
Read more »
🌳🥤 A tiny codemod for tree shaking (experimental) 🌳🥤 - magicmark/tiny-treeshaker... (more…)
Read more »
Date, JavaScript’s current date time API is infamously difficult to use. The ECMAScript proposal “Temporal” is a new and better date time API and currently at stage 3. It was created by Philipp Dunkel, Maggie Johnson-Pint, Matt Johnson-Pint, Brian Terlson... (more…)
Read more »
I created Sorter a static app in Javascript to organize ideas, tasks and information using bullet points and hashtags. (more…)
Read more »