Original Post
So I just wrapped up a semester of basically all math, which finishes all of the math requirements for my undergrad degree (though I probably will take more). But after all that theory, I was really itching to actually build something cool. But now I've noticed something - I don't really care about the mechanics of programming anymore. Looking up API's, reading sample code, even designing the class structure of my program...it all seems boring and like a lot of work. The trivial details of writing a program - debugging, formatting input and output properly, writing the syntax out, etc...I'd much rather design an algorithm for something and write it up in pseudocode. Speaking of language - I kinda feel like I never want to write a program in C++ again (given all it's little idiosyncrasies, like include files, wild-west pointers, or even just the seemingly endless stream of odd syntax) and that I just want to write everything in, say, Python. Like, I just got a mac laptop a few months ago and this is my first opportunity to really code for it. I tried reading some Cocoa and objective-C tutorials...and it really is very easy...but I just don't care if I know any of it or not anymore. Positive change? Permanent, or just temporary 'cause my mind's stuck on math? I dunno any of this. Thanks for reading my rant :)