/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

www.hanselman.com
| | www.moddable.com
2.7 parsecs away

Travel
| | Presentation to TC39, the JavaScript language committee, to introduce XS, the JavaScript engine by Moddable Tech. Background on the XS engine and technical details on techniques used to minimize memory and code size, while maintaining near full conformance.
| | googlecode.blogspot.com
3.0 parsecs away

Travel
| | Dart: a language for structured web programming
| | initialcommit.com
2.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.
| | tyrrrz.me
17.7 parsecs away

Travel
| A while ago I had to implement proper markdown parsing in DiscordChatExporter so that I could replace the brittle regular expressions I had been using. I had no idea how to approach this problem, so I spent days researching into this, eventually learning...