> 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.
Nice summary. Would you have any recommendation for good, easy to read, online resources on "learn why and how to transform the AST" and "write an interpreter backend for your AST"?
* 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.