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

That's more than key-words in most languages, I think.
Quick'n'dirty wetware lookup:

Go: < 30

C: ~ 31

C++: > 70

Python builtins (not even keywords): 68