/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

wasmgroundup.com
| | www.erikschierboom.com
3.0 parsecs away

Travel
| | Note: this blog post is part of the F# advent calendar 2019. Introduction In this blog post, we'll build a website that can solve Reverse Polish Notation (RPN) equations. All code (including the website) will be written in F#, but the equations themselves will be solved using WebAssembly. Reverse Polish Notation In RPN equations, operators (+, -, etc.) follow their operands (1, 3, etc.). This is known as postfix notation. Its main advantage: parentheses are no longer needed to define precedence.
| | paulbutler.org
6.0 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
3.9 parsecs away

Travel
| | Making my programming language 4000x quicker, and adding a static type checker.
| | martinheinz.dev
26.5 parsecs away

Travel
| Regardless of which programming language you're coding in, you've probably encountered good chunk of weird and seemingly unexplainable issues that ende...