Explore >> Select a destination


You are here

rickyclarkson.blogspot.com
| | steve-yegge.blogspot.com
6.6 parsecs away

Travel
| |
| | www.craftinginterpreters.com
6.6 parsecs away

Travel
| | [AI summary] The text provides an in-depth overview of the Lox programming language, covering its design, features, and implementation. It discusses the language's minimalistic approach, including its support for expressions and statements, object-oriented programming (OOP) concepts like classes, inheritance, and initialization, as well as its lack of a comprehensive standard library. The text also explores design decisions, such as the use of the < operator for inheritance, the absence of a new keyword, and the handling of expressions versus statements. It concludes by highlighting the language's simplicity and the open questions it raises about syntax and semantics.
| | degoes.net
6.0 parsecs away

Travel
| | Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts
| | florimond.dev
22.4 parsecs away

Travel
| Type hints add optional static typing to Python 3.5+, and I love them. I now use annotated variables throughout my projects.