Closed cratuki closed 7 years ago
The codebase was originally in C. Even in python, it was designed to be taken back to C later.
At some point I decided I'm happy with python for now. And when I need to get faster, I'll probably go to C++ rather than C.
Hence, I have gradually been chasing out "blah_new" style construction functions. Just noticed cgrid. Now is as good a time as any.
Going to do console_new to Console as part of the changes.
The codebase was originally in C. Even in python, it was designed to be taken back to C later.
At some point I decided I'm happy with python for now. And when I need to get faster, I'll probably go to C++ rather than C.
Hence, I have gradually been chasing out "blah_new" style construction functions. Just noticed cgrid. Now is as good a time as any.