Author Topic: programming languages  (Read 3765 times)

0 Members and 1 Guest are viewing this topic.

Offline Azrael

  • 23
    • http://265thbdhr.com
programming languages
wahts a good language for a complete noob in puter programming to start off looking into?? :confused:
Proud member of the 165th Beer Drinking Hellraisers and Xians pimp!!!

The home of the Drunks

 

Offline Zeronet

  • Hanger Man
  • 29
PHP is one of them. C+ etc etc.
Got Ether?

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
C++ is probably a good one to start learning, since it is used so widely today. (in the source code as well ;)) That is the one I am working on; with a book on the subject along with the plethora of tutorials on the internet, it is pretty easy. ;)

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
oh, yes C++ is the perfict language for complete noobs
if you could not tell that was sarcastic
try BASIC
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline an0n

  • Banned again
  • 211
  • Emo Hunter
    • http://nodewar.penguinbomb.com/forum
ASM. If you can master that, learning others will be a piece of piss.
"I.....don't.....CARE!!!!!" ---- an0n
"an0n's right. He's crazy, an asshole, not to be trusted, rarely to be taken seriously, and never to be allowed near your mother. But, he's got a knack for being right. In the worst possible way he can find." ---- Yuppygoat
~-=~!@!~=-~ : Nodewar.com

  

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
Quote
oh, yes C++ is the perfict language for complete noobs
if you could not tell that was sarcastic
try BASIC


Actually it's not all that hard compared to some others, if a bit awkward at times. I am not quite sure why so many people say that Visual Basic is much easier than C++; they seem to be of about the same difficulty in my opinion, just with different syntax conventions.

Quote
ASM. If you can master that, learning others will be a piece of piss.


This is probably my favorite one due to its very precise nature, but I have heard that it is a bit harder than C++. I would like to try some stuff out with this, though.

 

Offline Azrael

  • 23
    • http://265thbdhr.com
Quote
Originally posted by an0n
ASM. If you can master that, learning others will be a piece of piss.
 

i take it that means Assembly??? i might try out that and C++ just tp taste waht its like
Proud member of the 165th Beer Drinking Hellraisers and Xians pimp!!!

The home of the Drunks

 

Offline an0n

  • Banned again
  • 211
  • Emo Hunter
    • http://nodewar.penguinbomb.com/forum
Quote
Originally posted by CP5670
This is probably my favorite one due to its very precise nature, but I have heard that it is a bit harder than C++. I would like to try some stuff out with this, though.

A BIT! It's about two steps away from being 0's and 1's. Thing is though, it will only do what you specifically tell it to do, so no crappy compiling protocols changing what you meant it to do.
"I.....don't.....CARE!!!!!" ---- an0n
"an0n's right. He's crazy, an asshole, not to be trusted, rarely to be taken seriously, and never to be allowed near your mother. But, he's got a knack for being right. In the worst possible way he can find." ---- Yuppygoat
~-=~!@!~=-~ : Nodewar.com

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
Quote

A BIT! It's about two steps away from being 0's and 1's. Thing is though, it will only do what you specifically tell it to do, so no crappy compiling protocols changing what you meant it to do.


That's exactly what makes it so simple; the commands are pretty much mathematically precise, so it's easy to get it to do what you want based on logical and math constructs. ;)

 

Offline an0n

  • Banned again
  • 211
  • Emo Hunter
    • http://nodewar.penguinbomb.com/forum
Quote
Originally posted by CP5670


That's exactly what makes it so simple; the commands are pretty much mathematically precise, so it's easy to get it to do what you want based on logical and math constructs. ;)

Yeah, but never try and do anything with it unless you've got an interrupt list handy.
"I.....don't.....CARE!!!!!" ---- an0n
"an0n's right. He's crazy, an asshole, not to be trusted, rarely to be taken seriously, and never to be allowed near your mother. But, he's got a knack for being right. In the worst possible way he can find." ---- Yuppygoat
~-=~!@!~=-~ : Nodewar.com

 

Offline an0n

  • Banned again
  • 211
  • Emo Hunter
    • http://nodewar.penguinbomb.com/forum
And Azrael:
http://www.hack3r.com
(oooh, they've remodelled)
They seem to have taken the ASM tutorial out of the library but their forums (and the forumites therein) should have something on just about every language.
"I.....don't.....CARE!!!!!" ---- an0n
"an0n's right. He's crazy, an asshole, not to be trusted, rarely to be taken seriously, and never to be allowed near your mother. But, he's got a knack for being right. In the worst possible way he can find." ---- Yuppygoat
~-=~!@!~=-~ : Nodewar.com

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
Quote
Yeah, but never try and do anything with it unless you've got an interrupt list handy.


That's true, but that is more of a syntax thing than the actual programming procedures. ;)

 

Offline Azrael

  • 23
    • http://265thbdhr.com
thamks abunch anOn:D:D will look into this looks nice:D:D:D
Proud member of the 165th Beer Drinking Hellraisers and Xians pimp!!!

The home of the Drunks

 

Offline Ulundel

  • Big press poppa
  • 210
First I ask you not to throw any rocks at me when I'm finished...

If you're a complete n00b don't start to mess with C++ (as Bobboau said, in HIS way :D ). First try to create a very professional webpage with scripting and all, then move on to basic, and THEN C++.

I'm completing my basic BASIC :wtf: course and doin' very well :p

 

Offline an0n

  • Banned again
  • 211
  • Emo Hunter
    • http://nodewar.penguinbomb.com/forum
Quote
Originally posted by Ten of Twelve
First I ask you not to throw any rocks at me when I'm finished...

If you're a complete n00b don't start to mess with C++ (as Bobboau said, in HIS way :D ). First try to create a very professional webpage with scripting and all, then move on to basic, and THEN C++.

I'm completing my basic BASIC :wtf: course and doin' very well :p

Bah! I went: HTML, basic Javascript, everything. I know a bit about just about every language out there (although unfortunately, not enough of any one ;))
"I.....don't.....CARE!!!!!" ---- an0n
"an0n's right. He's crazy, an asshole, not to be trusted, rarely to be taken seriously, and never to be allowed near your mother. But, he's got a knack for being right. In the worst possible way he can find." ---- Yuppygoat
~-=~!@!~=-~ : Nodewar.com

 

Offline Ulundel

  • Big press poppa
  • 210
And I know how to screw everything up... :p

 

Offline Styxx

  • 211
    • Hard Light Productions
Quote
Originally posted by CP5670
That's exactly what makes it so simple; the commands are pretty much mathematically precise, so it's easy to get it to do what you want based on logical and math constructs. ;)


Ha. Ha. Ha. That shows you never tried to program in assembly. :p

The simpler the structures and commands you have at your disposal, the more complex a program will be to create the same result. Assembler is simple to grasp and very simple to program, but creating anything complex with it is an exercise in futility. Of course, you can employ it to augment performance on punctual, simple pieces of code (like pixel transfer procedures), but writing a complete program - and by program I mean an actual application, with practical purposes - takes too long to say the least.

If you want a good language that's becoming the industry's standard, is easy to learn, extremely powerful and will run virtually on any machine, go for Java.
Probably away. Contact through email.

 

Offline CP5670

  • Dr. Evil
  • Global Moderator
  • 212
The thing I don't like about Java is that the programs run somewhat slowly and can become large in size.

Quote
The simpler the structures and commands you have at your disposal, the more complex a program will be to create the same result. Assembler is simple to grasp and very simple to program, but creating anything complex with it is an exercise in futility. Of course, you can employ it to augment performance on punctual, simple pieces of code (like pixel transfer procedures), but writing a complete program - and by program I mean an actual application, with practical purposes - takes too long to say the least.


Yes, but a complex program isn't all that complex if it is simply made by thousands of compounded simple logic commands. I guess math nuts find it easy. :p :D

 

Offline an0n

  • Banned again
  • 211
  • Emo Hunter
    • http://nodewar.penguinbomb.com/forum
"I.....don't.....CARE!!!!!" ---- an0n
"an0n's right. He's crazy, an asshole, not to be trusted, rarely to be taken seriously, and never to be allowed near your mother. But, he's got a knack for being right. In the worst possible way he can find." ---- Yuppygoat
~-=~!@!~=-~ : Nodewar.com

 

Offline Corsair

  • Gull Wings Rule
  • 29
Well, supposedly BASIC is a very easy language to learn. The n00b parts of it are, but I found it a little more complicated after that. I'd say try it first though.
Wash: This landing's gonna get pretty interesting.
Mal: Define "interesting".
Wash: *shrug* "Oh God, oh God, we're all gonna die"?
Mal: This is the captain. We have a little problem with our entry sequence, so we may experience some slight turbulence and then... explode.