Explore >> Select a destination


You are here

jessesquires.github.io
| | www.artima.com
3.2 parsecs away

Travel
| |
| | www.craftinginterpreters.com
9.3 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.
| | www.iamsim.me
4.5 parsecs away

Travel
| | One of my favorite things in UIKit is UICollectionView. I love how versatile it is. With iOS 13 it got even better with the diffable data source and compositional layout APIs. However, when dealing with collection views there's a lot of boiler plate one has to take care of. In this post I want to share some of the code I've written to make working with collection views a bit nicer.
| | johnazariah.github.io
16.0 parsecs away

Travel
| A post about how the foundations of functional programming have neat effects on real-life programming