Understanding the Odin Programming Language: A Book for Learning Low-Level Programming
Learn the Odin Programming Language and demystify low-level programming
Read the full articleYou might also wanna read
Odin: An Underrated C Alternative That Few Programmers Know About
A Pascal-inspired, Go-like, LLVM-based, C alternative that comes with unique productivity features Continue reading on Level Up Coding »
Level Up Coding·2d ago
Building Faster Parsers Through Data-Oriented Design: Flat Arrays Over Pointer Trees
How designing the data structure first (flat arrays of indices instead of a pointer tree) makes a parser fast and collapses memory layout, a
arshad.fyi·14d ago
Understanding Donald Knuth's concept of literate programming
by Alex Nelson, 29 May 2024
pqnelson.github.io·6d ago

ESP-IDF tutorial series: Object oriented programming in C
This article explains how ESP-IDF brings object-oriented programming principles into C by using structs , opaque pointers, and handles to en
docs.espressif.com·9mo ago
ACM Transactions on Programming Languages and Systems (toplas) Vol 48, Issue 2
cacm.acm.org
Separating Problem Solving from Code Generation: Evaluating LLMs on Competitive Programming Through Natural-Language Editorials
Large Language Models (LLMs) increasingly succeed on competitive programming problems, yet existing evaluations conflate algorithmic reasoni

Comments
Sign in to join the conversation.
No comments yet. Be the first.