/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

voodoo-slide.blogspot.com
| | felix.plesoianu.ro
4.1 parsecs away

Travel
| | [AI summary] The author explores the subjective nature of choosing programming languages, reviewing modern options like Zig and Vala alongside classics such as Ada and Fortran, while analyzing their distinct roles in software development.
| | smarimccarthy.is
4.8 parsecs away

Travel
| | [AI summary] The author discusses their extensive use of Jai, a programming language in beta, for a critical component of their company's software. They highlight Jai's performance, ease of use, and the team's commitment to quality, despite its beta status. The author also reflects on the reasons for Jai's continued beta status and encourages community involvement and adoption.
| | zserge.com
4.5 parsecs away

Travel
| | From RPN languages to (lots (of (irritating) superfluous) parenthesis), or (Lisp (is (simply (prefect))))!
| | ricardomartins.cc
19.0 parsecs away

Travel
| UnsafeCell is the keystone for building interior mutability types in Rust, such as Cell, RefCell, RwLock and Mutex. In this article we'll explore how it works and how it is used by those types.