logoalt Hacker News

debazeltoday at 6:56 AM3 repliesview on HN

Why is it replacing true/false with T/F? true/false is already 1 token in all tokenizer I've seen. Even worse is replacing null with ∅. ∅ is a special unicode symbol that takes up 2 tokens compared to the 1 token for null...


Replies

fallingbanannatoday at 8:37 AM

What's even weirder is that the substitution is explained in "How TOON works" section. Yet TOON never describes such behavior anywhere in its spec.

cedwstoday at 7:58 AM

Brand new GitHub account, brand new HN account. I stay far away from projects like this these days, they can easily be malicious. GitHub needs some kind of indicator for projects authored by tenured developers with a real identity.

show 1 reply
AmazingTurtletoday at 7:05 AM

↲ is also two tokens instead of a simple \n lmao

show 1 reply