Explore >> Select a destination


You are here

blog.plover.com
| | dlang.org
12.1 parsecs away

Travel
| | [AI summary] The text discusses various projects and updates related to the D programming language, including the Summer of Code (SAOC) 2021 initiatives. Key points include: 1) SAOC participants and their projects, such as implementing ProtoObject as the root class, replacing DRuntime hooks with templates, adding D support to LLDB, developing Lightweight DRuntime (LWDR), and improving DUB for dependency resolution. 2) Updates on the bugfix reward system, including prizes and implementation details. 3) Mentors and their roles in guiding the SAOC participants. 4) The SAOC application process and upcoming milestones. The text also mentions community involvement, such as the D Language Foundation and sponsors like Symmetry Investments, and encourages readers to ...
| | www.evanmiller.org
12.0 parsecs away

Travel
| | A review of Rust, the programming language built for safety - not necessarily for comfort.
| | zhd.dev
11.6 parsecs away

Travel
| |
| | blog.skylight.io
33.1 parsecs away

Travel
| One of the coolest features of Rust is how it automatically manages resources for you, while still guaranteeing both safety (no segfaults) and high performance. Because Rust is a different kind of programming language, it might be difficult to understand what I mean, so let me be perfectly clear: * In