Explore >> Select a destination


You are here

radu-matei.com
| | rusz.space
3.4 parsecs away

Travel
| | Size-coding in Rust, and making a 149 Byte Hello World! and a 540 Byte Brainfuck interpreter.
| | blog.arcjet.com
2.1 parsecs away

Travel
| | Building and compiling a Rust FFI library so it can be executed from Go.
| | pewpewthespells.com
1.9 parsecs away

Travel
| |
| | sookocheff.com
19.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.