/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

willhbr.net
| | coredumped.dev
3.6 parsecs away

Travel
| | Updated: 2023-01-06 About a year ago I was bitten by the PL bug. It started with reading Crafting Interpreters and discovering the wonders hidden under the hood of a compiler. I am also been a big fan of Emacs, and this started to get me interested in how its interpreter works. At the same time, I was reading the Rust book and trying to understand the concepts there. This all came to a head, and I decided to write an Emacs Lisp interpreter called rune in Rust.
| | ketansingh.me
3.0 parsecs away

Travel
| | A place for me to share my thoughts, experiences, and insights on technology relevant to enthusiasts and hackers like myself
| | www.foonathan.net
3.4 parsecs away

Travel
| | Let me share a useful insight with you: constexpr is a platform. Just like you write code that targets Windows or a microcontroller, you write code that targets compile-time execution. In both cases you restrict yourself to the subset of C++ that works on your target platform, use conditional compilation if your code needs to be portable, and execute it on the desired target platform. You can thus view constexpr as another platform you can target; it just so happens to be run by your compiler. This insig...
| | 9elements.com
19.6 parsecs away

Travel
| Last week we releasedGED VIZ, a tool to create data visualizations for the web. It's free to use and alsoopen source! See theannouncementfor general information. GED VIZ is a large JavaScript ("HTML5") application that runs in modern web...