Y
Hacker News
new
|
ask
|
show
|
jobs
by
OhMeadhbh
309 days ago
Yeah. It's munged to fit in 99 lines.
1 comments
eqvinox
309 days ago
That's besides my point, which is why I said "structure, not just expression".
It could've used a struct rather than wedging tags into a double's first byte and still be 99 lines.
link
fami-com
308 days ago
That's a standard technique in interpreters. All non-toy Javascript engines use it, for example.
link
Spivak
309 days ago
If that's the trick you object to then you will be sad to hear that Ruby uses it.
link
cardiffspaceman
308 days ago
Nan-boxing is awesome.
link
It could've used a struct rather than wedging tags into a double's first byte and still be 99 lines.