/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

mko.re
| | paulbutler.org
3.1 parsecs away

Travel
| | [AI summary] The post discusses the current state and challenges of embedding WebAssembly outside of browsers, focusing on runtime choices, memory management, and interface design for applications like real-time multiplayer games.
| | healeycodes.com
2.9 parsecs away

Travel
| | Making my programming language 4000x quicker, and adding a static type checker.
| | v8project.blogspot.se
3.4 parsecs away

Travel
| | WebAssembly or Wasm is a new runtime and compilation target for the web, now available behind a flag in Chrome Canary!
| | twomorecents.org
22.3 parsecs away

Travel
| [AI summary] This text is a detailed exploration of the development and implementation of a regular expression engine, drawing from the works of several key figures in the field. It covers various features and techniques, including capturing groups, backreferences, numeric ranges, and the use of threads to simulate backtracking. The author also discusses the inspiration from Russ Cox, Rob Pike, and Ken Thompson, and their contributions to the field of regular expressions and computing.