Y
Hacker News
new
|
ask
|
show
|
jobs
by
foobarian
767 days ago
Speaking of, one of my favorite discoveries with Unicode is that there is a ton of code points acceptable for symbol identifiers in various languages that I just can't wait to abuse.
>>> ᚨ=3
>>> ᛒ=6
>>> ᚨ+ᛒ
9
2 comments
8372049
767 days ago
You're even using a and b, very good.
link
pragma_x
767 days ago
Ah yes, programming like the vikings intended.
link