Show HN: I wrote a flight simulator in my own programming language github.com 10 points by pizza_man 2 days ago
LuckyBuddy 1 day ago Very cool to see someone build a flight simulator from scratch using a personal programming language.
kaant 2 days ago Interesting zig rust combine.I like it.How is the performance? pizza_man 2 days ago It compiles to QBE IR and optionally C99, there hasn't yet been much focus on optimization of the generated QBE.
pizza_man 2 days ago It compiles to QBE IR and optionally C99, there hasn't yet been much focus on optimization of the generated QBE.
Very cool to see someone build a flight simulator from scratch using a personal programming language.
Interesting zig rust combine.I like it.How is the performance?
It compiles to QBE IR and optionally C99, there hasn't yet been much focus on optimization of the generated QBE.