Explore >> Select a destination


Category: programming

| | b.nfd.moe
| | [AI summary] A guide offering advice on learning to program, distinguishing between basic literacy and a deeper systems-generalist path with C, Python, and assembly.
| | ashvardanian.com
| | Experienced devs may want to skip the intro or jump immediately to the conclusions. The backbone of many foundational software systems - from compilers and interpreters to math libraries, operating systems, and database management systems - is often implemented in C and C++. These systems frequently offer Software Development Kits (SDKs) for high-level languages like Python, JavaScript, GoLang, C#, Java, and Rust, enabling broader accessibility. But there is a catch.
| | acorwin.com
| A conversation with a coworker recently lead me to wonder why none of the innovation in writing software recently has been in terms of runtimes, or at least not pluggable ones. Before I get into that in any detail, I'll go over a bit of what a "runtime" even is, and how it's distinct from...