Wich proggraming language...
I'm trying to get a feel for all the major programming language and I would like some advice. I know html, xss, some java, alot of visual c++, bit of C, and I have mastered a few smaller languages for programs such as flash.
I'm trying to be a jack of all trades to get the feel of everything and know basics. Wich should I go for next? I'm hearing alot about Perl/Python but would like some proffesional advice.
Thanks in advance
-777
fallingmidget wrote: do you know any browser side scripting languages like php. If not go for that or SQL (even though its not really a language).
….. browser side?! you want some advice? STFU unless you know what you're talking about.
And Devil, stop saying "mastered", you haven't mastered shit.
You're competent, at best.
IF you know a bit of java, C# would be good. It very like it in many wasy and allows stand allone apps like c++. However I don't know any c so I can't tell you if it's close to it. c, and C++ are suppose to be good as in stand alone apps (like I said, I can't judge for c cause I don't know any of it). Java is suppose to be very good for internet apps(I only know a little bit of java myself). C# is suppose to be a combo of C++ and java(I also can't vouch for C# cause I only know a little bit as well).
hope that helps Alcatraz
777devil777 wrote: I'm trying to get a feel for all the major programming language and I would like some advice. I know html, xss, some java, alot of visual c++, bit of C, and I have mastered a few smaller languages for programs such as flash.
I'm trying to be a jack of all trades to get the feel of everything and know basics. Wich should I go for next? I'm hearing alot about Perl/Python but would like some proffesional advice.
Thanks in advance
-777
You know XSS? xD HOW l33t :|
richohealey wrote: [quote]fallingmidget wrote: do you know any browser side scripting languages like php. If not go for that or SQL (even though its not really a language).
….. browser side?! you want some advice? STFU unless you know what you're talking about.
And Devil, stop saying "mastered", you haven't mastered shit.
You're competent, at best.[/quote]
PHP isn't browser side? :right: xD my god I'm dn it wrng :(
Folk Theory wrote: from any point of view that i look at it, i cant see how CSS is a language. please help me, i just cant see it. let's say for example im interested in coding a little media player in CSS how would i go about it? thanks
Well, if you make the assumption that a language must be completely self-sufficient, then no, CSS isn't a language. Neither is Javascript. If you look at the binding of syntax and structure in order to achieve a goal (no matter how small), then CSS is a language. "Language" is loose enough to include those seeming exceptions, I'm sure.
For that matter, write a media player in XML, HTML, or any other "markup language". They're languages, but their functionality and purpose are different from what most people consider to be "languages".
Zephyr_Pure wrote: Well, if you make the assumption that a language must be completely self-sufficient, then no, CSS isn't a language. Neither is Javascript. If you look at the binding of syntax and structure in order to achieve a goal (no matter how small), then CSS is a language. "Language" is loose enough to include those seeming exceptions, I'm sure.
For that matter, write a media player in XML, HTML, or any other "markup language". They're languages, but their functionality and purpose are different from what most people consider to be "languages".
Exactly. Languages like CSS and Javascript aren't //programming// languages but they ARE languages.
Folk Theory wrote: i still say lisp! +1 Functional programming FTW! To the OP: you say you're familiar with C++ and JAVA - object-oriented progrramming. Well, take a look at another programming paradigm. It'll make you a better programmer overall.