Join Nostr
2025-03-03 06:17:05 CET
in reply to

Digital Mark λ ☕️ 8647 on Nostr: "" is true, only #f is false (Scheme ofc). All the falsey values are hard to keep ...

"" is true, only #f is false (Scheme ofc).

All the falsey values are hard to keep track of once you know more than one language. I will say that's one area Java did right: tests only take a boolean result, so you must convert to true or false.