Explore >> Select a destination


You are here

blog.yossarian.net
| | mcyoung.xyz
2.7 parsecs away

Travel
| |
| | blog.japaric.io
3.0 parsecs away

Travel
| | A blog about Rust and embedded stuff
| | www.javaadvent.com
5.1 parsecs away

Travel
| | After exploring Java bytecode in previous years (2022, 2023, 2024), this year we'll take an unexpected detour for a Java advent: instead of generating Java bytecode, we'll use Java to build and execute LLVM IR, the intermediate language behind compilers like clang. Using Java's Foreign Function & Memory (FFM) API, we'll call the LLVM C [...]
| | sookocheff.com
27.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.