Hacker News new | ask | show | jobs
by adamb_ 3308 days ago
At the end of the day, programming is symbol manulation, and nothing beats representing symbols like text.
1 comments

No mainstream programming language even supports symbols as a data type. They process numbers and strings of characters.

Symbol manipulation is done well only by Lisp and its variants.

Javascript (with ECMAScript 6) supports symbols as a datatype.