I love this, thank you. It’s a topic I’ve oft thought about, and I’m having fun reading through the code - I was just thinking earlier today that I need to brush up on my C, as I was going through some of my own, old, code, I can barely follow.
This is a really interesting piece of code. The style of C programming looks unreadable for the uninitiated, but is in fact very close to what in do in mathematics. I will try to play with this style myself (not for working code, of course).
This is awesome, thanks! I just started learning C and am just beginning going through "The C programming language" so thanks for the advice! I definitely plan to improve the program, or feel free to submit a revision!
Wow, thank you for the feedback. I take a lot of pride in making the code readable. Maintaining a large C project by oneself for notorably fickle devices has been challenging, so you need to get all the of help you can.
Very interesting write-up, thanks! Makes me want to get back into C programming :) How did you manage to learn all of this stuff, for a new, closed-source and relatively undocumented (e.g. @asmname) language?
Thanks for posting!
reply