/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

gbracha.blogspot.com
| | www.hanselman.com
2.6 parsecs away

Travel
| | UPDATE: Check out the Podcast I did with Erik Meijer on Hanselminutes this week ...
| | initialcommit.com
5.0 parsecs away

Travel
| | In this article, we will discuss the difference between Java and JavaScript. The biggest similarity might be... you've guessed it! They both have the word "Java" in their name, which is a type of Indonesian coffee. And the obvious difference is that they are two different programming languages that fulfill different needs on different occasions.
| | www.craftinginterpreters.com
4.8 parsecs away

Travel
| | [AI summary] This text provides an in-depth overview of programming language concepts, focusing on compilers, interpreters, and related tools. It explains the differences between compilers and interpreters, discusses various implementation techniques like transpilation and just-in-time (JIT) compilation, and touches on the broader landscape of language processing. The text also serves as an introduction to the Lox language and encourages exploration of open-source language implementations.
| | healeycodes.com
20.3 parsecs away

Travel
| Making my programming language 4000x quicker, and adding a static type checker.