Top
Best
New

Posted by thecloudlet 3 days ago

Emacs internals: Deconstructing Lisp_Object in C (Part 2)(thecloudlet.github.io)
72 points | 3 comments
__patchbit__ 11 minutes ago|
Is AI able to measure the ratio of craft to cruft source lines of code in Emacs over its lifetime?
praptak 3 hours ago||
SBCL uses a single zero bit to tag integers. This trick means the representation of n is just 2n, so you can add the values directly without any decoding.

It obviously also means that all the other tag values have to use 1 as the last bit.

thecloudlet 56 minutes ago|
That’s so cool. I did not know that.
alex_dev42 4 hours ago|
[flagged]