Explore >> Select a destination


You are here

v8.dev
| | cfallin.org
2.1 parsecs away

Travel
| |
| | sookocheff.com
5.8 parsecs away

Travel
| | I was first introduced to ML through the Coursera Programming Languages course. After the initial learning curve, I was impressed by the power of the type system and the flexibility of pattern matching. I've been wanting to resume my education in functional programming, and am picking up OCaml for a personal project I'm working on. Diving into the OCaml ecoystem, I was drawn to Reason, a new syntax for OCaml, and BuckleScript a compiler that integrates OCaml with the JavaScript ecosystem. The relationship between Reason, BuckleScript, and OCaml can difficult to understand, leading to this blog post about the OCaml compiler pipeline that highlights the intersection between OCaml and BuckleScript.
| | wingolog.org
1.4 parsecs away

Travel
| | wingolog: article: firefox's low-latency webassembly compiler
| | v8.dev
6.3 parsecs away

Travel
| This article describes how V8 chooses optimal in-memory representations for various JavaScript values, and how that impacts the shape machinery - all of which helps explain a recent V8 performance cliff in React core.