Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (more…)
Read more »
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 »
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 »
Today I want to share with you an implementation of immutable list in JavaScript in one line! (more…)
Read more »
☀️ JavaScript Project to Manipulate DOM Elements. Contribute to jalal246/dflex development by creating an account on GitHub. (more…)
Read more »