Y
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
DonaldFisk
3307 days ago
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.
link
lispm
3307 days ago
Javascript (with ECMAScript 6) supports symbols as a datatype.
link
Symbol manipulation is done well only by Lisp and its variants.