|
|
|
|
|
by aroberge
225 days ago
|
|
> Python is quickly turning into a crowded keyword junkyard * Javascript (ECMAScript) has 63 keywords.
* Rust has 50 keywords.
* Java has 51 keywords + 17 contextually reserved words, for a total of 68.
* Python has now 36 keywords + 4 'soft' keywords, for a total of 40.
* Go has 25 keywords. |
|