The Furry Forums

Furry Chat => Tech Central => Topic started by: Aloneness on March 11, 2013, 04:10:51 AM

Title: What programing languages do you know?
Post by: Aloneness on March 11, 2013, 04:10:51 AM
Just out of curriosity, what programing languages do you know?

I personally know C++, Python (somewhat), HTML/CSS, and Batch aka Dos command line. I'm learning Squirrel tho just because of it's name XD
Title: Re: What programing languages do you know?
Post by: drenteɳ on March 11, 2013, 09:17:43 AM
HTML isn't a programming language, nor are batch files really (IMO).

I'd say though HTML/CSS, batch stuffs, a bit of Visual Basic, a bit of BASIC,  and also a tiny bit of VBScript, Javascript and C++

really though, i don't know any of the proper languages well at all, but I do understand most of them. Just a lack of motivation really. So yeah.... nothing really well, except arguably HTML, but enough to get by if I'm forced into something for most of those (as long as I keep some reference material handy).
Title: Re: What programing languages do you know?
Post by: Aloneness on March 11, 2013, 04:24:38 PM
HTML isn't a programming language, nor are batch files really (IMO).

I'd say though HTML/CSS, batch stuffs, a bit of Visual Basic, a bit of BASIC,  and also a tiny bit of VBScript, Javascript and C++

really though, i don't know any of the proper languages well at all, but I do understand most of them. Just a lack of motivation really. So yeah.... nothing really well, except arguably HTML, but enough to get by if I'm forced into something for most of those (as long as I keep some reference material handy).

If you don't think batch (dos-command line) is then your just not trying hard enough... I make games with it >w> text based but still awesome. Thankyou very much~!
Title: Re: What programing languages do you know?
Post by: drenteɳ on March 12, 2013, 04:58:24 AM
well, kinda. you know what i mean.
Title: Re: What programing languages do you know?
Post by: Thagrahn on March 16, 2013, 06:10:49 PM
I know some C, C++, HTML/CSS, Flash(Action Script 2 and 3), UnReal Script, Game Maker Language, and am learning Unity.
Title: Re: What programing languages do you know?
Post by: anoni on March 21, 2013, 11:10:35 AM
HTML and Batch are not programming languages.

HTML stands for Hyper-Text Mark-Up Language and is just that, a markup language, not a programming language.

Batch is a scripted language, not a programming language, the difference between the two is a script language input commands that the computer reads line by line and interprets one at a time. A programming language follows a rigid structure of logic that the computer compiles all at once. Batch is also not turing complete, so is not classified as a programming language.

As for me, I know visual basic (known as a 4th generation programming language) but I am learning C in university. I also know HTML (of course) and some LUA.
Title: Re: What programing languages do you know?
Post by: Syfaro on March 25, 2013, 05:21:10 AM
I know PHP (my best language), Python (my favorite), Java, JavaScript (that counts, right?), HTML, CSS, CoffeeScript (if that counts), and bash/shell/whatever.