/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

anthonylewis.com
| | www.byjp.me
8.5 parsecs away

Travel
| | github.com Ruby-DLC is now available on github, and consequently as a gem! You can install with1: gem sources -a https://gems.github.com sudo gem install jphastings-dlc There's a gist explaining how to use the library and the rdoc documentation is still available on my project page. Please file an issue if you have any problems with the code, I haven't checked it thoroughly! Import note: This syntax is incorrect today, and the code only supports Ruby 1.x, so you'll have to make your own way if you're interested in using this!?
| | craftinginterpreters.com
4.7 parsecs away

Travel
| | [AI summary] The text outlines the structure and content of a book on building interpreters and virtual machines, covering topics like language design, parsing, and garbage collection.
| | third-bit.com
8.8 parsecs away

Travel
| | [AI summary] The post explains how to build a virtual machine in Python to translate assembly code into binary instructions, aiming to help readers understand how languages like Python work internally.
| | www.java-tv.com
23.7 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.