/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

log.schemescape.com
| | beyondloom.com
6.4 parsecs away

Travel
| |
| | java-source.net
3.0 parsecs away

Travel
| | [AI summary] The article discusses various open-source scripting languages and tools compatible with the Java platform, such as Groovy, Jython, BeanShell, Rhino, JRuby, and others, highlighting their features and use cases.
| | www.craftinginterpreters.com
6.8 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.
| | fsharpforfunandprofit.com
26.6 parsecs away

Travel
| Building a parser combinator library from scratch