AGENTS.md at GoDaddy gone rogue.
An alternative exists to Flex. It is called Apache Royale [https://royale.apache.org/]. Here is a components showcase [https://royale.apache.org/tourdejewel/]
There is an article about this in Time magazine, no paywall. https://time.com/7274542/colossal-dire-wolf/
There is also DefleMask, supporting Genesis, SMS (+FM Sound Unit), GB, PCE, NES (+VRC7, +FDS), C64, Arcade, NeoGeo, and MSX2. It is available for Windows, macOS, Linux, iOS, Android and Raspberry Pi.…
Here is the writing process in action: https://www.youtube.com/watch?v=1m0ak3c2XK4
Nice 3rd place for Zig implementation. But is it missing `defer arena.deinit();`?
"...an absolute joy to work with" I agree. I used zig to make a game in WASM and had a blast. I also had some spare Arduino Nanos laying around and so I build a simple firmware in zig to test it. It worked great, so you…
RIP Level 6. Nice job.
Anyone on Medium writing about programming languages trends should also be pre-screened and have their own original (non-forked) source code repository listed on their profile. Each time I see a Medium article in form…
This exactly matches my experience with Elm. You wrote "..how resistant it was to me hacking my way to success"; the same here, I tried to do things my way, and Elm would resist (thankfully) those efforts. It resulted…
I completed 10 days of Advent Of Code 2021 in Zig and loved the learning experience. Then I rewrote a snake game I made originally in Elm into Zig and compiled it to WASM. So now it runs in a browser. There is Zig…
Learning Zig by reading its standard library source has worked for me. The source files also include quite self explanatory tests that compensate for incomplete documentation on main Zig website.
AGENTS.md at GoDaddy gone rogue.
An alternative exists to Flex. It is called Apache Royale [https://royale.apache.org/]. Here is a components showcase [https://royale.apache.org/tourdejewel/]
There is an article about this in Time magazine, no paywall. https://time.com/7274542/colossal-dire-wolf/
There is also DefleMask, supporting Genesis, SMS (+FM Sound Unit), GB, PCE, NES (+VRC7, +FDS), C64, Arcade, NeoGeo, and MSX2. It is available for Windows, macOS, Linux, iOS, Android and Raspberry Pi.…
Here is the writing process in action: https://www.youtube.com/watch?v=1m0ak3c2XK4
Nice 3rd place for Zig implementation. But is it missing `defer arena.deinit();`?
"...an absolute joy to work with" I agree. I used zig to make a game in WASM and had a blast. I also had some spare Arduino Nanos laying around and so I build a simple firmware in zig to test it. It worked great, so you…
RIP Level 6. Nice job.
Anyone on Medium writing about programming languages trends should also be pre-screened and have their own original (non-forked) source code repository listed on their profile. Each time I see a Medium article in form…
This exactly matches my experience with Elm. You wrote "..how resistant it was to me hacking my way to success"; the same here, I tried to do things my way, and Elm would resist (thankfully) those efforts. It resulted…
I completed 10 days of Advent Of Code 2021 in Zig and loved the learning experience. Then I rewrote a snake game I made originally in Elm into Zig and compiled it to WASM. So now it runs in a browser. There is Zig…
Learning Zig by reading its standard library source has worked for me. The source files also include quite self explanatory tests that compensate for incomplete documentation on main Zig website.