Computer Languages

Locked
User avatar
Parrakarry
Member
Member
Posts: 10680
Joined: Sun Apr 08, 2001 1:00 am
Been thanked: 1 time
Contact:

Computer Languages

#1

Post by Parrakarry » Mon Aug 02, 2004 2:16 pm

What computer languages do you know?

Personally, I know HTML, Python, some C/C++, and of course I can do binary, hex, octal, all that good stuff, although it's easier to use a translating device.
Video Gamerz Network boards will be back up shortly after a change of hosting. Thanks for not caring.

<a href=\"http://www.vgf.com/cgi-bin/ubb/ubbcgi/u ... 352#000005\" target=\"_blank\">Play the PC Forum Caption Contest damnit.</a>

User avatar
Ace Mercury
Member
Member
Posts: 23140
Joined: Mon Jun 05, 2000 1:00 am

#2

Post by Ace Mercury » Mon Aug 02, 2004 7:29 pm

I started out with Pascal (or, Hypercard, if you want to go even further into the past), and then moved onto C. I can read a bit of BASIC and assembly; stuff I learned while 'studying' for the ACSL. I can make HTML pages in notepad that would make an six-year-old awestruck.

I guess that's it.

User avatar
DarthButcher
Member
Member
Posts: 2942
Joined: Thu Sep 04, 2003 1:00 am
Location: In Our Hearts & Minds
Been thanked: 1 time

#3

Post by DarthButcher » Mon Aug 02, 2004 7:34 pm

A pretty good knowledge of basic HTML, a little tiny non-basic. That's it. Heck, I am only 12! Some binary too.

Image
Where is the idiot running to? Why to Nintendo Mania of course. Just follow him for the time of your life.

User avatar
Perrin Aybara
Member
Member
Posts: 12700
Joined: Mon Apr 26, 1999 1:54 pm
Location: Alone....so terribly alone... Some... where... ou

#4

Post by Perrin Aybara » Mon Aug 02, 2004 7:36 pm

A know a lot of the standard languages... With my degree in comp sci, I'm pretty well prepared to work with any language, so long as I learn a little about each one's particular structure and syntax.

But I've used Q Basic, Visual Basic, Hypercard (I loved Hypercard), C, C++, Java (I loathe Java), Pearl, Prolog, and probably some other ones.

I love programming in VB for fun.-jay

User avatar
Valentine
Member
Member
Posts: 7185
Joined: Sun Dec 08, 2002 2:00 am
Location: Suppin' Green Tea

#5

Post by Valentine » Mon Aug 02, 2004 8:39 pm

Im just going into the third year of my comp sci degree at the end of summer.

I know a bit of Visual Basic, Basic, C, Java and XHTML but so far the main languages we've been using are Ada 95 and Haskell.
Heroine of the Dragon fanclub member #7345

User avatar
Parrakarry
Member
Member
Posts: 10680
Joined: Sun Apr 08, 2001 1:00 am
Been thanked: 1 time
Contact:

#6

Post by Parrakarry » Tue Aug 03, 2004 1:04 am

Image
Video Gamerz Network boards will be back up shortly after a change of hosting. Thanks for not caring.

<a href=\"http://www.vgf.com/cgi-bin/ubb/ubbcgi/u ... 352#000005\" target=\"_blank\">Play the PC Forum Caption Contest damnit.</a>

homer
Member
Member
Posts: 3911
Joined: Fri Jul 06, 2001 1:00 am
Location: Omicron Persei 8

#7

Post by homer » Tue Aug 03, 2004 10:24 pm

I'm into Binary, I know a little C++.

User avatar
imported_Andrew
Member
Member
Posts: 0
Joined: Wed Dec 31, 1969 8:00 pm

#8

Post by imported_Andrew » Tue Aug 03, 2004 11:24 pm

HTML and UBB. [img]tongue.gif[/img]


Oh, and right with Calvin and Hobbes, Foxtrot is tied for the best comic ever. The tech references are awesome, no other comic has stuff like that.

Oh, and what's the point of knowing binary? Can you actually program anything with it? Isn't that like, typing the letter "A" to the computer is "0000000001" or whatever?

User avatar
Heroine of the Dragon
Administrator
Administrator
Posts: 44841
Joined: Sun Jul 30, 2000 1:00 am
Location: ǝlod ɥʇnos ǝɥʇ ɟo ɥʇɹou
Has thanked: 807 times
Been thanked: 1149 times
Contact:

#9

Post by Heroine of the Dragon » Wed Aug 04, 2004 6:26 am

You're supposed to actually know computer language? *whispers* Don't tell Shane... but I can't even work through my "html for faeries" book!!! ;) :D
She lives in the clouds and talks to the birds...

Happiest faerie of VGF.

User avatar
mango
Member
Member
Posts: 1927
Joined: Mon Nov 06, 2000 2:00 am

#10

Post by mango » Wed Aug 04, 2004 2:26 pm

I know HTML and javascript, if you consider those languages. I also know Python and Visual Basic.

F-ZERO_X
Member
Member
Posts: 1120
Joined: Wed Jul 10, 2002 1:00 am
Location: Nowhere
Contact:

#11

Post by F-ZERO_X » Mon Sep 06, 2004 10:48 am

Originally posted by ^Parrakarry:
Image
I love foxtrot too! The best comics are: Calvin and Hobbes, Garfield and Foxtrot. :D :cool: Image Image

User avatar
Masamune
Member
Member
Posts: 4931
Joined: Sun Aug 13, 2000 1:00 am
Location: Indiana
Contact:

#12

Post by Masamune » Mon Sep 06, 2004 11:43 am

I've mostly used C++, I know a bit of Java, Visual Basic (I'd be shocked if I remembered any), and right now I'm working on PHP.
...These are the magical words that the ********* has created himself! Don\'t steal them!
<a href=\"http://www.*********.com\" target=\"_blank\">Hitchhiker\'s Guide to Video Games</a>

Cham Zord
Member
Member
Posts: 1839
Joined: Thu Jun 20, 2002 1:00 am

#13

Post by Cham Zord » Mon Sep 06, 2004 12:14 pm

I know HTML and I'm learning both Visual Basic 6.0 and C++.
Pie.

UserGoogol
Member
Member
Posts: 4024
Joined: Tue May 23, 2000 1:00 am
Location: Greater Boston Area

#14

Post by UserGoogol » Sun Sep 12, 2004 6:48 pm

Binary isn't really a programming language per se. It's a system for encoding numbers. It's useful because everything in computers is stored in binary, and as a result, knowing it lets you get a little lower level.

The machine code of a programming language is, however, stored in binary. You see, programs are stored in memory, and the CPU reads the program to know what to do. Of course, even people who program the most low-level of code usually don't memorize the actual binary numbers which represent the commands. Instead, they use assembly, which consists of a series of mnemonic devices.

For example, on a hypothetical machine, a program which loads two numbers from memory, adds them, and loads the answer back into memory might look something like this:

</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">DLOD #127
MOV MX AX
DLOD #128
MOV MX BX
ADD
MOV DX MX
ULOD #129</pre>[/QUOTE]And each word would, in the final machine code, be replaced by a number represented in binary.

Locked