best programming language

Discussion about hacker.org's server
avrrobot
Posts: 51
Joined: Fri Mar 04, 2011 2:54 pm
Location: Germany

best programming language

Post by avrrobot »

hello,

I hope my English isnt so bad, im from germany!
Can you give me a hint, what the best programming is?
I want to programm also complicate programms,
so the language can be also complicate.
I can programm in C,C++,Java and mainly in Basic.
I can programm VBS too.
What is IN YOUR OPINION the best language?
Or do you know good free tools for programming?

avrrobot
avrrobot
Posts: 51
Joined: Fri Mar 04, 2011 2:54 pm
Location: Germany

Post by avrrobot »

ok, sorry for my stupid question
-closed-
Freak_Network
Posts: 9
Joined: Tue Apr 05, 2011 4:25 am
Location: Malaysia

Re: best programming language

Post by Freak_Network »

avrrobot wrote:hello,

I hope my English isnt so bad, im from germany!
Can you give me a hint, what the best programming is?
I want to programm also complicate programms,
so the language can be also complicate.
I can programm in C,C++,Java and mainly in Basic.
I can programm VBS too.
What is IN YOUR OPINION the best language?
Or do you know good free tools for programming?

avrrobot
try learn python :D
Dont Be stupid , Just Learn !
avrrobot
Posts: 51
Joined: Fri Mar 04, 2011 2:54 pm
Location: Germany

Post by avrrobot »

thank you!
but why do you think python is best 2 learn?
Freak_Network
Posts: 9
Joined: Tue Apr 05, 2011 4:25 am
Location: Malaysia

Post by Freak_Network »

avrrobot wrote:thank you!
but why do you think python is best 2 learn?
its simple then C , but if u more than to learn bout programming stuff 1st thing is learn C language , then python .. :D
Dont Be stupid , Just Learn !
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post by CodeX »

I would suggest you learn Python first, preferabley 3+ but 2.6 won't kill you and are both good scripting languages to start with. The reason I say this is you will be getting results a lot easier a lot quicker with python than you would with C as it can be quite a paiful experiance to get used to all the things you need for it, but once you've got it you can do pretty much anything you want even if it takes longer to code and you'll have more of an idea of what is going on at machine level which can be handy
User avatar
laz0r
Posts: 290
Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix

Post by laz0r »

I think C# is a good introduction to the C-style syntax and the C-style data structures, but is also high-level enough to be easy to learn.
Having said that, as long as you don't pick INTERCAL or something like that, you're bound to be able to program whatever language you choose with a bit of practice.
There is no spoon.
alternateblackhat
Posts: 74
Joined: Sat Dec 05, 2009 1:23 am

Post by alternateblackhat »

i believe im late to the party on this thread, but im quite enjoying fortran. it's straight forward and quite intuitive.
pedromalta
Posts: 22
Joined: Wed Apr 13, 2011 12:00 am
Location: Vila Velha
Contact:

Post by pedromalta »

I think the best language would depend on the task you're doing...

And a great free tool for programming is linux...
sudo apt-get a life
yp_mick2007
Posts: 3
Joined: Fri Jul 08, 2011 11:57 am
Location: Philippines
Contact:

ahaha

Post by yp_mick2007 »

you should use python..
but the best for developing Program is JAVA
I want to learn more.
User avatar
GeorgeTI
Posts: 38
Joined: Thu May 15, 2008 9:49 am

The very same....

Post by GeorgeTI »

...question I wondered some time ago. Well, after some scouting, here is what I got:
Python is good to learn as a first language, because it is cross-platform, easy to get, quite high level, and introduces the concepts of object-oriented programming in an easier way.
BASIC and derivatives (VBS etc) is not recommended because it is strictly for Windows and "introduces bad habits" as someone put it.
C and C++ is for the more advanced stages, as it is more of a medium-level language, so it is a bit harder to learn, and gets closer to the ones and zeros, namely the machine. It is a lot faster, more compact and efficient, both in space and requirements, but it can take some time to get adept to it.
Java is a must if you want to enter the Web application field, for it is the dominant language of the internet.
Finally, if you are into hacking (and by hacking I mean true hacking, no cracking / phishing / phreaking and the like) you can also hit assembly, yep, granpa-geezer assembly. Studying it will get you to understand to a deep level how the thing that whirrs inside that box exactly works, and I mean exactly. It is somewhat strange and by far the most notorious language to learn, totally unrecommended to start with it, but if you ever want to take programs apart, or make the fastest programs around, assembly is the way to go. You can google "The art of the assembly language" as a start, it is by many people a good book to start.
Anyone else to add to the matter?
George T. I.
fastgoodone
Posts: 5
Joined: Sat Jul 23, 2011 1:14 pm
Location: teipei

Re: best programming language

Post by fastgoodone »

Freak_Network wrote:
avrrobot wrote:hello,

I hope my English isnt so bad, im from germany!
Can you give me a hint, what the best programming is?
I want to programm also complicate programms,
so the language can be also complicate.
I can programm in C,C++,Java and mainly in Basic.
I can programm VBS too.
What is IN YOUR OPINION the best language?
Or do you know good free tools for programming?

avrrobot
try learn python :D
fastgoodone
Hi everybody happy new year!
fastgoodone
Posts: 5
Joined: Sat Jul 23, 2011 1:14 pm
Location: teipei

Post by fastgoodone »

i have been learnd basic coble some of assembly c++ where can i find a theaching will hacker. :roll:can somebody knows c++ show me the trick of the languge :roll: :roll: :idea:
fastgoodone
Hi everybody happy new year!
JOKER593
Posts: 1
Joined: Tue Feb 07, 2012 2:30 am
Location: US

Re: best programming language

Post by JOKER593 »

avrrobot wrote:hello,

I hope my English isnt so bad, im from germany!
Can you give me a hint, what the best programming is?
I want to programm also complicate programms,
so the language can be also complicate.
I can programm in C,C++,Java and mainly in Basic.
I can programm VBS too.
What is IN YOUR OPINION the best language?
Or do you know good free tools for programming?

avrrobot
if you look at what some professionals say: peter Norvig, Director of machine learning at google has a page called "how to learn programming in ten years" it helped me with choosing language order, at least, among the easiest ones to learn, which ones are most important... hope i help...
"If history repeats itself, and the unexpected always happens, how incapable must Man be of learning from experience." -George Bernard Shaw-
fastgoodone
Posts: 5
Joined: Sat Jul 23, 2011 1:14 pm
Location: teipei

Post by fastgoodone »

fastgoodone wrote:i have been learnd basic cobol some of assembly c++ where can i find a theaching will hacker. :roll:can somebody knows c++ show me the trick of the languge :roll: :roll: :idea:
is there someone using machin code if the one got the talent of a good memory?
fastgoodone
Hi everybody happy new year!
Post Reply