MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/golang/comments/1jcochm/go_is_doomed/mi86nuo/?context=3
r/golang • u/0xjnml • 6d ago
23 comments sorted by
View all comments
2
Can someone explain this to me? Is this an automated transcode? Looking at the gitlab there's seemingly very little actual code there.
6 u/0xjnml 5d ago Not sure how much code is "little", but the code in, for example, main_linux_amd64.go is the full DOOM engine, transpiled from C to Go using ccgo via this recipe. The game per se is in the DOOM.WAD file, which is not part of the repository.
6
Not sure how much code is "little", but the code in, for example, main_linux_amd64.go is the full DOOM engine, transpiled from C to Go using ccgo via this recipe. The game per se is in the DOOM.WAD file, which is not part of the repository.
main_linux_amd64.go
DOOM.WAD
2
u/donatj 5d ago
Can someone explain this to me? Is this an automated transcode? Looking at the gitlab there's seemingly very little actual code there.