Arc Forumnew | comments | leaders | submitlogin
3 points by sacado 5870 days ago | link | parent

Yes. I implemented fixnums with the last bit as a tag-bit. If it's 0, everything else is a fixnum. If not, well, it's something else... Maybe nil, t or a reference to something else.

Your idea for callable collections seems quite good, too. But I'm not there yet.