Trying to use first-class functions and OO paradigms in C is going to bite you in the ass, hard.
Just as iterative pointer manipulations in Python aren't preferable.
Both languages have different "styles" that suit their purposes excellently, but mixing them improperly in either direction will be painful.
Trying to use first-class functions and OO paradigms in C is going to bite you in the ass, hard.
Just as iterative pointer manipulations in Python aren't preferable.
Both languages have different "styles" that suit their purposes excellently, but mixing them improperly in either direction will be painful.