Originally posted by: TNM93
Right now, I'm taking a Java course, and find it sort of difficult. Perhaps it's because OOP is new to me.
Originally posted by: NuclearNed
Originally posted by: TNM93
Right now, I'm taking a Java course, and find it sort of difficult. Perhaps it's because OOP is new to me.
Once you get the hang of OOP, you'll love it for life.
Originally posted by: TNM93
Originally posted by: NuclearNed
Originally posted by: TNM93
Right now, I'm taking a Java course, and find it sort of difficult. Perhaps it's because OOP is new to me.
Once you get the hang of OOP, you'll love it for life.
I was thinking of picking up a C++ book since I've heard it's similar to Java in some ways. Have experience with C++?
Originally posted by: NuclearNed
Anybody saying anything other than ASSEMBLY is a poser.
Originally posted by: Crusty
Originally posted by: NuclearNed
Anybody saying anything other than ASSEMBLY is a poser.
I like assembly 🙂, I find it much easier to grasp then something like scheme, lisp, or haskell.
Once I got the grasp of Haskell though I loved it 🙂. It's so easy to do complex stuff with it... IF you understand functional programming and recursion.
Originally posted by: munky
I've studied a lot of languages, including assembly, Java, C/C++. Intel ASM was pretty bad, but Sparc ASM seemed much easier. But you know what the worst language is? Something along the lines of Lisp, Prolog, Haskell, and all those other useless languages that rely on recursion to to anything useful, and after looking at it long enough your brain just blanks out.