Author Topic: Which Language first?  (Read 2596 times)

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Which Language first?
« on: 22 July 2002, 05:14 »
This is a classic question but; which language should i learn first? I know HTML, it took me a few hours to learn it a couple years ago. I was thinking C++ or perl, of course i will eventually try to learn as many as possible.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Which Language first?
« Reply #1 on: 22 July 2002, 07:38 »
Perl would be an in-between step from HTML to C++. And if you learned Perl, you could fix your CGI scripts.  
Someone please remove this account. Thanks...

TheLizardKing

  • Newbie
  • *
  • Posts: 15
  • Kudos: 0
    • http://www.ti-programmers.com
Which Language first?
« Reply #2 on: 22 July 2002, 11:24 »
If you want to go the way of the web, go with PHP.  Its quite simple and although perl came first, it will greatly help you to understand it.  Perl was always more complicated then PHP in my humble opinion.

 http://www.php.net
If it ain't broken,
Smash it.

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
Which Language first?
« Reply #3 on: 22 July 2002, 14:16 »
Depends what you are doing really. Perl has fairly short code and is very good at what it does, but C++ is very powerful and versatile and not all that difficult. C++ also gives you the opportunity to expand you skils to larger projects and it is OOP.
Contains scenes of mild peril.

TheLizardKing

  • Newbie
  • *
  • Posts: 15
  • Kudos: 0
    • http://www.ti-programmers.com
Which Language first?
« Reply #4 on: 22 July 2002, 14:19 »
For some reason I found C++ to be quite difficult, much of which was due to the fact I use a lot of web languages so I couldn't quite grasp all of their concepts but thats just me of course.  Oh and yes, it is 5:30am here, sleep is for the weak!
If it ain't broken,
Smash it.

runkpock

  • Guest
Which Language first?
« Reply #5 on: 22 July 2002, 22:52 »
PHP = Best Web Programming lang
Objective C/Ansi C/C++ = local apps

keep in mind that (Objective C >= C && C > C++ && Objective C > C++)

perl might be cool but cpan is just evil.
python is underrated and easy.

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Which Language first?
« Reply #6 on: 23 July 2002, 03:49 »
i want to learn python too. I heard it is cool
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
Which Language first?
« Reply #7 on: 23 July 2002, 08:12 »
http://tuxedo.org/~esr/intercal/
hehehe....      :D    :rolleyes:

NESnerd

  • Member
  • **
  • Posts: 26
  • Kudos: 0
Which Language first?
« Reply #8 on: 23 July 2002, 12:09 »
Currently the only kind of language I know is Macromedia's Actionscript. (Based on ECMAscript) It's useful though. I don't do a lot of the coding in Flash as much, but it really helped me understand a lot of the concepts in almost all programming languages. (If statements, loops, arrays, stuff like that.)
my name is matt

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Which Language first?
« Reply #9 on: 23 July 2002, 12:57 »
If you learn a language dont learn QBasic it gives you many dirty habbits that will make other programming Languages very difficult to learn. I know it and have incorperated its Style with C++.

I prefer C++ because it is Object Orientated, And everything falls togeather, i just need to learn more functions to do things with it that i know with other languges.

Anyway I know:

QBasic (I have been writing shitty apps in this since i was around abouts 8 or 9)
Visual Basic (Arrrrrrrrrrrrrrrgggggggggggggggh)
PowerBasic (nice) www.powerbasic.com
YaBasic (Comes on PS2 so i learned it)
C++ (From C++ dor Dummies)
HTML (From writing things in Mozilla Composer and then looking at the HTML it produced)
.BAT / .CMD (Windoze Command prompt)
I want to learn PHP or Perl next anyway, i basicly got into computers when i was about 6 or 7 my dad got an XT (Old then, old now) anyway by the first week i had tought myself how to use a HEX editor and to read hex and stuff like that!

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Which Language first?
« Reply #10 on: 23 July 2002, 19:35 »
I take it back.  You should learn "CLIST" and "REXX" before any other language.  
Someone please remove this account. Thanks...

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Which Language first?
« Reply #11 on: 23 July 2002, 20:34 »
German, i say. good solid language, that.
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
Which Language first?
« Reply #12 on: 24 July 2002, 18:06 »
actally go shell out the $150 needed to buy a TI89. you can program in c for it, in tibasic. and in assmebly, youll need a ti link cable and to download the assembler and the compiler. but comenoe, it comes with a book that teaches you how to use all the ti basic functions and to write your own. it even comes with tools to build a graphical app. if only more programers would learn on those such embeded machines, we wouldn't have this damned bloatware problem i can write tight apps with hooks for assembler routines in a small amount of space, it kinda teachs you to think about the smallest and cleanest and easyest way and the fastest way to do things. and i think that ti should rename the langague, i have never seen a version of basic with such advanced looping and such advanced looping. and this only coun'ts on TI89/TI92 machines, all the other one's basic isn't that good sorry for the rant
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
Which Language first?
« Reply #13 on: 24 July 2002, 18:08 »
and if you don't like that idea, you could always buy a macintosh and learn objective-c/*wish i could, i gotta go buy some NeXT books*/
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!

ravuya

  • VIP
  • Member
  • ***
  • Posts: 517
  • Kudos: 0
Which Language first?
« Reply #14 on: 26 July 2002, 02:16 »
I believe there are objective-c compilers for linux. Part of GNU GCC.

You should definitely learn C++. It's the industry standard, and (unlike most) it actually works. Versatile, fast and supported heavily. If you learn in-depth a 'soft' language like any kind of Basic or Pascal, the bad habits you pick up there will render any future experiments in more powerful languages useless.