Y
Hacker News
new
|
ask
|
show
|
jobs
by
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.
1 comments
lispm
3307 days ago
Javascript (with ECMAScript 6) supports symbols as a datatype.
link