Unfortunately I can't watch the code sessions online on twitch, but I'm following it on YouTube :). I was curious about how the performance will be if the simulator was written in Go or C.
As I'm not a C developer I tried to translate it to Go. You can see the source code in Go-Porth.
As you can notice I tried to keep the code more close as the original code as possible. And before you guys tell me, I know that this is not the more idiomatic Go code as I also know that the idea of the project is to be self hosted.
I would like to thank you for the code sessions you're posting on YouTube!
Unfortunately I can't watch the code sessions online on twitch, but I'm following it on YouTube :). I was curious about how the performance will be if the simulator was written in
Go
orC
.As I'm not a
C
developer I tried to translate it toGo
. You can see the source code in Go-Porth.As you can notice I tried to keep the code more close as the original code as possible. And before you guys tell me, I know that this is not the more idiomatic Go code as I also know that the idea of the project is to be self hosted.
I would like to thank you for the code sessions you're posting on YouTube!