/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

calebfenton.github.io
| | pvdz.ee
5.4 parsecs away

Travel
| | Personal website of Peter van der Zee (kuvos)
| | www.moddable.com
5.1 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.
| | hhvm.com
4.4 parsecs away

Travel
| | HHVM's JIT compiler allows it to execute PHP faster than Zend PHP in most cases, unmodified. However, we've gotten some interest from the community in HipHop...
| | andrewkelley.me
20.6 parsecs away

Travel
| [AI summary] The blog post discusses the evolution of programming languages, focusing on Rust and Zig's approaches to handling formatted output. It highlights the challenges in C's format string system, the use of macros in Rust, and Zig's ability to handle formatted output without special compiler cases, relying on userland code. The post also touches on the trade-offs of macros and the design goals of Zig to provide power without the drawbacks of macro-based systems.