munificent / craftinginterpreters

Repository for the book "Crafting Interpreters"
http://www.craftinginterpreters.com/
Other
8.79k stars 1.03k forks source link

Variable declaration expression #924

Closed Gaming32 closed 3 years ago

Gaming32 commented 3 years ago

You stated near the beginning of chapter 8 that you're "not aware of any widely used languages that do that."

However, this is done by both C and Java, and can be done in Python by using := instead of =.