This commit is contained in:
2026-07-04 02:06:24 -07:00
parent 6e8907ebf6
commit 68dfdfa33b
20 changed files with 564 additions and 19 deletions
@@ -1,6 +1,6 @@
---
title: "Why we're comparing languages on the same game"
description: Introducing our tower defense language comparison series — Odin, C, and C++.
title: "Why I'm comparing languages on the same game"
description: Introducing my tower defense language comparison series — Odin, C, and C++.
date: 2026-07-01
type: lesson
series: td-language-comparison
@@ -9,8 +9,8 @@ tags: ["odin", "c", "cpp", "tower-defense"]
draft: true
---
We're building the same tower defense game in multiple languages — starting with Odin, then C, then C++ — to compare what each language is actually like for game development.
I'm building the same tower defense game in multiple languages — starting with Odin, then C, then C++ — to compare what each language is actually like for game development.
This isn't a benchmark blog. We're documenting ergonomics, tooling, bugs, and the feeling of working in each language day to day.
This isn't a benchmark blog. I'm documenting ergonomics, tooling, bugs, and the feeling of working in each language day to day.
More posts in this series coming soon.