Skip to content

Commit 93a8b32

Browse files
committed
fix broken link
1 parent 9b9b599 commit 93a8b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en-US/news/goodbye-cpp/index.smd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ turned to a rapid-fire brainstorming session about different possibilities.
5555
Each idea had a different set of concrete benefits as well as downsides.
5656

5757
**Don't self-host** - This is the approach taken by
58-
[Odin](https://odin-lang.org/), for example.
58+
[Lua](https://www.lua.org/), for example.
5959

6060
It entirely solves the problem, but the downside, obviously, is that we would
6161
have to use C instead of Zig. I'm not willing to do that because the
6262
improvements offered by the language are too great to miss out on. For example,
6363
some of the [Data-Oriented Design techniques that I
64-
used](https://media.handmade-seattle.com/practical-data-oriented-design/) are
64+
used](https://vimeo.com/649009599) are
6565
impractical in C/C++ because of language footguns.
6666

6767
**Use a prior build of the compiler** - This is the approach taken by

0 commit comments

Comments
 (0)