Hacker News new | ask | show | jobs
by samatman 2201 days ago
I understand the distinction between a string and a numerically-encoded version of it, but my computer doesn't.
1 comments

But your computer does understand the distinction between a string numerically encoded as consecutive bytes in memory, versus a string encoded as a arbitrary-precision integer equal to ( 2^(first ASCII value) * 3^(second ASCII value) * 5^(third '') * 7^(fourth '') * ... ).