File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en-US/news/goodbye-cpp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ turned to a rapid-fire brainstorming session about different possibilities.
55
55
Each idea had a different set of concrete benefits as well as downsides.
56
56
57
57
**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.
59
59
60
60
It entirely solves the problem, but the downside, obviously, is that we would
61
61
have to use C instead of Zig. I'm not willing to do that because the
62
62
improvements offered by the language are too great to miss out on. For example,
63
63
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
65
65
impractical in C/C++ because of language footguns.
66
66
67
67
**Use a prior build of the compiler** - This is the approach taken by
You can’t perform that action at this time.
0 commit comments