COMPUTER LANGUAGES?
- legokiller666
-
legokiller666
- Member since: Jan. 28, 2001
- Offline.
-
- Forum Stats
- Member
- Level 12
- Blank Slate
- Pecos
-
Pecos
- Member since: Dec. 29, 1999
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
At 7/26/01 04:22 PM, legokiller666 wrote: Which language is the best to learn?
Fortran.
- KillaKane
-
KillaKane
- Member since: Sep. 16, 2000
- Offline.
-
- Forum Stats
- Member
- Level 10
- Blank Slate
At 7/26/01 05:10 PM, MassiveBit wrote:At 7/26/01 04:22 PM, legokiller666 wrote: Which language is the best to learn?Fortran.
Assembler
- aladinsane
-
aladinsane
- Member since: Jan. 17, 2000
- Offline.
-
- Forum Stats
- Member
- Level 21
- Blank Slate
At 7/26/01 04:22 PM, legokiller666 wrote: Which language is the best to learn?
Atari ST Basic
- thisisnotmike
-
thisisnotmike
- Member since: Aug. 26, 2000
- Offline.
-
- Forum Stats
- Member
- Level 11
- Blank Slate
At 7/26/01 04:22 PM, legokiller666 wrote: Which language is the best to learn?
For you, or in general?
- liljim
-
liljim
- Member since: Dec. 16, 1999
- Offline.
-
- Send Private Message
- Browse All Posts (11,644)
- Block
-
- Forum Stats
- Staff
- Level 28
- Blank Slate
At 7/26/01 04:22 PM, legokiller666 wrote: Which language is the best to learn?
English.
- legokiller666
-
legokiller666
- Member since: Jan. 28, 2001
- Offline.
-
- Forum Stats
- Member
- Level 12
- Blank Slate
- Pecos
-
Pecos
- Member since: Dec. 29, 1999
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
At 7/29/01 05:57 PM, legokiller666 wrote: COMPUTER LANGUAGES!!!!!
Lisp
- Pantomime-Horse
-
Pantomime-Horse
- Member since: Dec. 17, 1999
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
At 7/26/01 04:22 PM, legokiller666 wrote: Which language is the best to learn?
Raw Binary, Cobal, Fortran.
- Pecos
-
Pecos
- Member since: Dec. 29, 1999
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
At 7/30/01 10:00 AM, Pantomime_Horse wrote:At 7/26/01 04:22 PM, legokiller666 wrote: Which language is the best to learn?
Raw Binary, Cobal, Fortran.
I already said Fortran!
- thisisnotmike
-
thisisnotmike
- Member since: Aug. 26, 2000
- Offline.
-
- Forum Stats
- Member
- Level 11
- Blank Slate
- rewguy
-
rewguy
- Member since: Sep. 9, 2000
- Offline.
-
- Forum Stats
- Member
- Level 12
- Blank Slate
You don't need to learn assembly. People just like to say it because it is hard/smallest/fastest/most capability. But the fact is, computers are fast enough today that they don't need programs to be written in assembly. They also have big enough hard drives for other languages that are easier to learn and allow for faster programming. Learn C++.
- Pecos
-
Pecos
- Member since: Dec. 29, 1999
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
At 8/6/01 03:51 PM, rewguy wrote: You don't need to learn assembly. People just like to say it because it is hard/smallest/fastest/most capability. But the fact is, computers are fast enough today that they don't need programs to be written in assembly. They also have big enough hard drives for other languages that are easier to learn and allow for faster programming. Learn C++.
Umm... no. ALL languages stem from assembly (which stems from machine language). And it's not the hardest/smallest/fastest and it sure as hell doesn't have the most capability. Anyway, most compilers for most languages compile either into machine language or into assembly.
- Pecos
-
Pecos
- Member since: Dec. 29, 1999
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
At 8/6/01 03:51 PM, rewguy wrote: You don't need to learn assembly. People just like to say it because it is hard/smallest/fastest/most capability. But the fact is, computers are fast enough today that they don't need programs to be written in assembly. They also have big enough hard drives for other languages that are easier to learn and allow for faster programming. Learn C++.
Umm... no. ALL languages stem from assembly (which stems from machine language). And it's not the hardest/smallest/fastest and it sure as hell doesn't have the most capability. Anyway, most compilers for most languages compile either into machine language or into assembly.
- Pecos
-
Pecos
- Member since: Dec. 29, 1999
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
- LordAba
-
LordAba
- Member since: Nov. 2, 2000
- Offline.
-
- Forum Stats
- Member
- Level 10
- Blank Slate
At 7/26/01 04:22 PM, lk6 wrote: Which language is the best to learn?
Depends: If you want to make higher ended programs, learn C++, then maybe a visual language and higher level languages. If you want to learn flash-like programs, learn Flash(duh) and other visual languages. For internet and network related stuff learn HTML, java, then get into PHP and/or pearl & CGI. For databases learn how to use foxpro.
Basically learn C++, html, a visual language and php for all around basic knowleadge(I'm biased, though, due to the fact I like C++ of all the languages I looked at). But all in all, it's not what language you learn, but if you can learn the basic structures of all languages. I mean there is not too much variaty you can have on an If-then-else test. Know the basics and you can pick up on the syntax easily.
What may man within him hide, though angel on the outward side.
- Pecos
-
Pecos
- Member since: Dec. 29, 1999
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
At 8/19/01 05:31 PM, Lord_Aba wrote: I mean there is not too much variaty you can have on an If-then-else test. Know the basics and you can pick up on the syntax easily.
Actually, it's funny you mention that.. depending on the language, if you declare a variable in the If-then-else loop, once you leave the loop's scope the variable could still be in memory, or it could be deleted by then. ...interesting.
- LordAba
-
LordAba
- Member since: Nov. 2, 2000
- Offline.
-
- Forum Stats
- Member
- Level 10
- Blank Slate
At 8/20/01 08:57 AM, Kon wrote:At 8/19/01 05:31 PM, Lord_Aba wrote: I mean there is not too much variaty you can have on an If-then-else test. Know the basics and you can pick up on the syntax easily.Actually, it's funny you mention that.. depending on the language, if you declare a variable in the If-then-else loop, once you leave the loop's scope the variable could still be in memory, or it could be deleted by then. ...interesting.
It depends on your compiler, too. Some of them are different, even with the same language.
What may man within him hide, though angel on the outward side.

