What programming languages do you know ?

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

User avatar
Sarevok
The Fearless One
Posts: 10681
Joined: 2002-12-24 07:29am
Location: The Covenants last and final line of defense

What programming languages do you know ?

Post by Sarevok »

Well in my case I work with C++ mostly, developing Windows programs using the Visual C++ compiler to be more precise. I can write programs using both the Win32 API and the MFC.

Other than C++ I know some Visual Basic, VB was the language that got me started in programming. Although I no longer use it much sometimes I pop in to test ActiveX controls.

Java is another language I know to some degree, bought some books on it. But at the moment my Java skills are rather noobish.

I also work with Python sometimes but not as a real programming language but as a modding language in certain games that include the python language as an internal scripting language.

So what about you ?
I have to tell you something everything I wrote above is a lie.
User avatar
Ace Pace
Hardware Lover
Posts: 8456
Joined: 2002-07-07 03:04am
Location: Wasting time instead of money
Contact:

Post by Ace Pace »

I'm currently learning C++, and some JavaScript (if that can be counted).
Brotherhood of the Bear | HAB | Mess | SDnet archivist |
User avatar
The Yosemite Bear
Mostly Harmless Nutcase (Requiescat in Pace)
Posts: 35211
Joined: 2002-07-21 02:38am
Location: Dave's Not Here Man

Post by The Yosemite Bear »

Unix
Basic
C
C+
C++
visual basic
dos assembly code
used to have my own Exe to VB converters.
Image

The scariest folk song lyrics are "My Boy Grew up to be just like me" from cats in the cradle by Harry Chapin
User avatar
CaptainChewbacca
Browncoat Wookiee
Posts: 15746
Joined: 2003-05-06 02:36am
Location: Deep beneath Boatmurdered.

Post by CaptainChewbacca »

Basic, C++, Pascal, Is Matlab a language?
Stuart: The only problem is, I'm losing track of which universe I'm in.
You kinda look like Jesus. With a lightsaber.- Peregrin Toker
ImageImage
User avatar
Meest
Jedi Master
Posts: 1429
Joined: 2003-11-18 03:04am
Location: Toronto

Post by Meest »

Turing :D, wonder how widespread it was, what was taught at my highschool.
User avatar
Brother-Captain Gaius
Emperor's Hand
Posts: 6859
Joined: 2002-10-22 12:00am
Location: \m/

Post by Brother-Captain Gaius »

Learning C++.
Agitated asshole | (Ex)40K Nut | Metalhead
The vision never dies; life's a never-ending wheel
1337 posts as of 16:34 GMT-7 June 2nd, 2003

"'He or she' is an agenderphobic microaggression, Sharon. You are a bigot." ― Randy Marsh
User avatar
Dalton
For Those About to Rock We Salute You
For Those About to Rock We Salute You
Posts: 22639
Joined: 2002-07-03 06:16pm
Location: New York, the Fuck You State
Contact:

Post by Dalton »

Bits and pieces of Javascript, Perl and PHP...
Image
Image
To Absent Friends
Dalton | Admin Smash | Knight of the Order of SDN

"y = mx + bro" - Surlethe
"You try THAT shit again, kid, and I will mod you. I will
mod you so hard, you'll wish I were Dalton." - Lagmonster

May the way of the Hero lead to the Triforce.
User avatar
Solauren
Emperor's Hand
Posts: 10394
Joined: 2003-05-11 09:41pm

Post by Solauren »

Can still program in
Visual Basic (Access and Standard)
HTML (this actually counts as a languages, just an easy one)
Javascript (this actually counts as a languages, just an easy one)
SQL

Was Trained in, but it's been a while
C/C++ (including Visual C++)
Pascal
Basic
Cobol

Played around with (usually just modifying source code)
Assembly, Modula-2, Ada, Delphi, Turing
User avatar
Mad
Jedi Council Member
Posts: 1923
Joined: 2002-07-04 01:32am
Location: North Carolina, USA
Contact:

Post by Mad »

My primary programming language is C++. Before that, I programmed in C.

I've been introduced to Java, but haven't really had much of a chance to play around with it beyond the assignments given to us in the OOP class.

I've also been learning/playing around with PHP (I also know HTML with CSS, though that's more markup than actual programming, I suppose).

I used to do some coding in QBasic (the version that came with DOS) and an interpreted language called Euphoria. But I haven't messed with either in a long time.
Later...
User avatar
Sokartawi
Crazy Karma Chameleon
Posts: 805
Joined: 2004-01-08 09:17pm
Contact:

Post by Sokartawi »

Some very limited C# (as in trying to get the damn thing to compile, get 100 errors, spend another hour rewriting the thing, try again and get 99 and think "Yipee!") :oops:
Stubborn as ever - Let's hope it pays off this time.
User avatar
Ace Pace
Hardware Lover
Posts: 8456
Joined: 2002-07-07 03:04am
Location: Wasting time instead of money
Contact:

Post by Ace Pace »

Sokartawi wrote:Some very limited C# (as in trying to get the damn thing to compile, get 100 errors, spend another hour rewriting the thing, try again and get 99 and think "Yipee!") :oops:
Whoa, getting 100 errors? :shock:
Brotherhood of the Bear | HAB | Mess | SDnet archivist |
User avatar
Sokartawi
Crazy Karma Chameleon
Posts: 805
Joined: 2004-01-08 09:17pm
Contact:

Post by Sokartawi »

Ace Pace wrote:
Sokartawi wrote:Some very limited C# (as in trying to get the damn thing to compile, get 100 errors, spend another hour rewriting the thing, try again and get 99 and think "Yipee!") :oops:
Whoa, getting 100 errors? :shock:
Easily. Not because the part I wrote had so much errors in it, but because other parts depend on it, and if the script I wrote had an error, the rest cannot continue to compile either...

It's for an Ultima Online server emulator, so if I mess with the script that does the basic weapon stuff, and make an error there, suddenly each individual weapon cannot compile either anymore, and that way the amount of errors really pile up...

I've spent 3 months trying to get a stupild little new armor system to work, no success... I made a new value on armor parts, but I cannot get it to look at that value when writing the rules on what to do with it.
Stubborn as ever - Let's hope it pays off this time.
User avatar
Ace Pace
Hardware Lover
Posts: 8456
Joined: 2002-07-07 03:04am
Location: Wasting time instead of money
Contact:

Post by Ace Pace »

Ouch, and to think I was annoyed at having 8 errors, well, i'm just starting.
Brotherhood of the Bear | HAB | Mess | SDnet archivist |
User avatar
Sokartawi
Crazy Karma Chameleon
Posts: 805
Joined: 2004-01-08 09:17pm
Contact:

Post by Sokartawi »

Oh can also do the Basic variant for the Ti-83 calculator, made a program 2kb in size that could change between number systems, so you could change normal decimal to hex or to a 532-system or from 800 to 37, whatever you wanted. It wrote it all at once and it didn't have any bugs in it. I made it because I like to look at files in ASCII and I needed to know what to look for.
Stubborn as ever - Let's hope it pays off this time.
User avatar
Slartibartfast
Emperor's Hand
Posts: 6730
Joined: 2002-09-10 05:35pm
Location: Where The Sea Meets The Sky
Contact:

Post by Slartibartfast »

regular/quick/visual basic, pascal, c/c++, DOS assembly, c64 assembly, 68k assembly (cracked a few games in my old Mac), php, html(not a language), java, powerbuilder, gupta, sql, inform, tads (for making text adventures ;)) a few game-specific scripting languages, ranging from old c64 games to Neverwinter nights and morrowind scripting.

Ugly ones like foxpro, clipper :P

Probably a few more I forgot.

EDIT: yeah, LISP
Image
User avatar
Sokartawi
Crazy Karma Chameleon
Posts: 805
Joined: 2004-01-08 09:17pm
Contact:

Post by Sokartawi »

DOS assembly? Is that what you get when you type Debug in DOS?
Stubborn as ever - Let's hope it pays off this time.
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Letsee... I've mostly used C, C++, have done Matlab and Java, learned FOTRAN, Pascal, 68K assembly and BASIC, played around with VisualBasic.

I've also done a bit of JavaScript, WSH and PHP.
CaptainChewbacca wrote:Basic, C++, Pascal, Is Matlab a language?
It is indeed a language, abliet one tailored to matrix manipulations.
Sokartawi wrote:DOS assembly? Is that what you get when you type Debug in DOS?
You get x86 assembly. There is no such thing as DOS assembly.
User avatar
Slartibartfast
Emperor's Hand
Posts: 6730
Joined: 2002-09-10 05:35pm
Location: Where The Sea Meets The Sky
Contact:

Post by Slartibartfast »

Sokartawi wrote:DOS assembly? Is that what you get when you type Debug in DOS?
Basically, yes, but you write the source down in text files first (source looks quite the same as those Debug screens, only you normally don't use numbers for addresses, instead you use labels and stuff.
Image
User avatar
Dahak
Emperor's Hand
Posts: 7292
Joined: 2002-10-29 12:08pm
Location: Admiralty House, Landing, Manticore
Contact:

Post by Dahak »

I know C/C++, Java, Pascal, Modula, Ada, some Perl, Basic, SQL, and can handle my way in Smalltalk to some extend.
Image
Great Dolphin Conspiracy - Chatter box
"Implications: we have been intercepted deliberately by a means unknown, for a purpose unknown, and transferred to a place unknown by a form of intelligence unknown. Apart from the unknown, everything is obvious." ZORAC
GALE Force Euro Wimp
Human dignity shall be inviolable. To respect and protect it shall be the duty of all state authority.
Image
User avatar
Dooey Jo
Sith Devotee
Posts: 3127
Joined: 2002-08-09 01:09pm
Location: The land beyond the forest; Sweden.
Contact:

Post by Dooey Jo »

Real languages:
C/C++, some Java and some of that... what's it called... Delphi I think.

Script-languages or other:
Javascript, PHP (which more or less comes for free when you already know C++ and Javascript, I noticed...), XML (includes XHTML, XSLT and RSS), HTML, GTA assembly (yes, the original GTA), afore-mentioned Ti-83 basic, GTA 2 script (to some degree), C-script (for the 3D Gamestudio) and DOS.
Image
"Nippon ichi, bitches! Boing-boing."
Mai smote the demonic fires of heck...

Faker Ninjas invented ninjitsu
User avatar
Pu-239
Sith Marauder
Posts: 4727
Joined: 2002-10-21 08:44am
Location: Fake Virginia

Post by Pu-239 »

Straight C, C++, Java are the ones I know well...

Bash shell script and Makefiles

Tried CRM-114 for spam filtering... almost uncomprehensible.

Smigets of PHP, and Perl

(X)HTML, CSS, smidgets of Javascript

TI Basic

I can't do anything with CSS, PHP, Perl, and Javascript w/o a reference in front of me, since the only thing I know is syntax.

Could probably relearn VB in short order (although why would I want to?)

ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer


George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
User avatar
Durandal
Bile-Driven Hate Machine
Posts: 17927
Joined: 2002-07-03 06:26pm
Location: Silicon Valley, CA
Contact:

Post by Durandal »

Unix is not a programming language.
PHP, shell scripting and the like are technically scripting languages.
HTML, CSS and such are layout languages; there is no programming being done with them. They are not programming languages any more than LaTeX is (which I also know).

I know C/C++, bits of Objective-C (those are some weird looking function calls) and bits of Java. Then of course, there's AppleScript, which sits at a level between high-level and scripting. I am t3h m4st3r of the English-language syntax.

I know basic shell scripting, but I keep finding that I have to relearn it every time I want to do something with it. It can get annoying.
Damien Sorresso

"Ever see what them computa bitchez do to numbas? It ain't natural. Numbas ain't supposed to be code, they supposed to quantify shit."
- The Onion
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Durandal wrote:Unix is not a programming language.
PHP, shell scripting and the like are technically scripting languages.
HTML, CSS and such are layout languages; there is no programming being done with them. They are not programming languages any more than LaTeX is (which I also know).
You can do programming with TeX, actually. It is a Turing-complete programming language.
Then of course, there's AppleScript, which sits at a level between high-level and scripting. I am t3h m4st3r of the English-language syntax.
Bah, HyperCard 0wn3z j00.
User avatar
Sokartawi
Crazy Karma Chameleon
Posts: 805
Joined: 2004-01-08 09:17pm
Contact:

Post by Sokartawi »

Slartibartfast wrote:
Sokartawi wrote:DOS assembly? Is that what you get when you type Debug in DOS?
Basically, yes, but you write the source down in text files first (source looks quite the same as those Debug screens, only you normally don't use numbers for addresses, instead you use labels and stuff.
Interesting. I only know 6 debug scripts, all by heart.

The first one deletes all partitions
The second one deletes all partitions, MBR, FAT an the first 10 sectors
The third deletes the first 10 tracks
The fourth does a low level format
The fifth clears the CMOS entirely
The sixth disables the CMOS password

I don't know why they do what they do though, learnt them when I was young and we still had to use this stuff, was hoping I would find out sometime.

Fixed quite a lot of 'corrupted-beyond-repair' harddisks with these things.
Stubborn as ever - Let's hope it pays off this time.
User avatar
Symmetry
Jedi Master
Posts: 1237
Joined: 2003-08-21 10:09pm
Location: Random

Post by Symmetry »

Programming Languages I pretty much know:
C++, C, Scheme (a LISP variant), VHDL (for programming FPGAs)

Don't think Spice counts as a programming language.
SDN Rangers: Gunnery Officer

They may have claymores and Dragons, but we have Bolos and Ogres.
Post Reply