Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Wich proggraming language...


ghost's Avatar
0 0

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


ghost's Avatar
0 0

lisp


ghost's Avatar
0 0

do you know any browser side scripting languages like php. If not go for that or SQL (even though its not really a language).


ghost's Avatar
0 0

I've mastered SQL but I too didn't think it was much of a language. I think i'll see about getting my php skills improved.


ynori7's Avatar
Future Emperor of Earth
0 0

personally i think being a jack of all trades is overrated. get really good in one or two languages.

i recommend python or java


ghost's Avatar
0 0

777devil777 wrote: html, xss,

Erm, you mean CSS? :P

It depends on what you want to go into. For low-level (operating systems, embedded systems) programming, C would probably be best. Java and python are extremely versatile if you just want all-around stuff.


ghost's Avatar
0 0

Alright then, I'm going to do php and java, thanks for the advice guys B)


richohealey's Avatar
Python Ninja
0 0

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.


ghost's Avatar
0 0

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


ghost's Avatar
0 0

C is the only logical answer. I just like looking at it. It's like porn.


ghost's Avatar
0 0

richohealey wrote: ….. browser side?! you want some advice? STFU unless you know what you're talking about.

sorry i meant to say server side. i was a little fucked up when i was typing it.


ghost's Avatar
0 0

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 :(


ghost's Avatar
0 0

lesserlightsofheaven wrote: C is the only logical answer. I just like looking at it. It's like porn.

Hear, hear. C# ain't too shabby, either.


ghost's Avatar
0 0

i still say lisp!

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


ghost's Avatar
0 0

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".


ghost's Avatar
0 0

i agree with what you said but at least javascript allows you to declare a damn variable. variables would be really helpful in CSS and would make achieving its goals better, and could make it much clearer. but can you make something as simple as that in css? nope.


ghost's Avatar
0 0

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.


richohealey's Avatar
Python Ninja
0 0

Then build self modifying code in other languages!!!

hehe, i've done it in python, and i've seen C that recompiles itself and then leaves a call to itself on the stack when it dies.


ynori7's Avatar
Future Emperor of Earth
0 0

sorry, this may be a bit off topic, but is python considered a funtional or a procedural language?


ghost's Avatar
0 0

ynori7 wrote: sorry, this may be a bit off topic, but is python considered a funtional or a procedural language? Python.org Python is a dynamic object-oriented programming language…


richohealey's Avatar
Python Ninja
0 0

Procedural, but it's hella easy to compile with gcc so it's considered compied as well.