Y
Hacker News
new
|
ask
|
show
|
jobs
by
neolog
1774 days ago
> As APL shows, you then need quite a large alphabet of symbols, though.
I count 71, which doesn't seem like a lot.
1 comments
still_grokking
1774 days ago
That's more than key-words in most languages, I think.
link
scns
1774 days ago
Quick'n'dirty wetware lookup:
Go: < 30
C: ~ 31
C++: > 70
link
neolog
1773 days ago
Python builtins (not even keywords): 68
link