How many programming languages do you know?

Off-topic discussion.

Moderator: Userbase Moderators

Veudekato
Guest

How many programming languages do you know?

Postby Veudekato » Thu Feb 05, 2015 5:19 am

Let's Start:
Pascal
Lua
HTML
Кумир
С#
С++
Last edited by Veudekato on Thu Feb 12, 2015 11:52 am, edited 1 time in total.

MECHDRAGON777
Pink Yoshi Egg
Pink Yoshi Egg
Posts: 6422
Joined: Fri Dec 20, 2013 6:40 pm
Flair: Nuclear Queen of Reversion.
Contact:

Re: How many programming leaguages are you know?

Postby MECHDRAGON777 » Thu Feb 05, 2015 7:59 am

HTML only, sorry!

sleepy
Rocky Wrench
Rocky Wrench
Posts: 653
Joined: Sun Apr 27, 2014 4:33 pm

Re: How many programming leaguages are you know?

Postby sleepy » Thu Feb 05, 2015 9:40 am

I'm pretty sure XML is just a file type. The only real difference is all that fucking formatting you have to do.

note: i might be confusing myself with yml

anyways:
HTML
CSS (somewhat)
C++ (a little)

Zeldamaster12
Cid
Cid
Posts: 4105
Joined: Mon Feb 24, 2014 7:43 pm
Flair: stop looking at my flair dangit

Re: How many programming leaguages are you know?

Postby Zeldamaster12 » Thu Feb 05, 2015 10:55 am

I know some HTML.

FastDasher
Buster Beetle
Buster Beetle
Posts: 87
Joined: Thu Sep 04, 2014 1:08 pm

Re: How many programming leaguages are you know?

Postby FastDasher » Thu Feb 05, 2015 1:24 pm

I've learned HTML and Batch, and I know a little bit of CSS and JavaScript.

I'm currently teaching myself C++, and I've been doing pretty good so far. I tried to learn Java a couple years back but I couldn't get into the language for some reason. Maybe I'll try Java sometime after I "master" C++.

Karl Marx
Chain Chomp
Chain Chomp
Posts: 303
Joined: Sun Dec 01, 2013 5:13 pm

Re: How many programming leaguages are you know?

Postby Karl Marx » Thu Feb 05, 2015 1:41 pm

I can follow Java pretty well, I'm pretty good with MATLAB, and have never tried to write Lua, but it seems very similar to Java/MATLAB, so it shouldn't be difficult.

TBH once you learn your first "coding" language, the rest tend to follow.

Black Mamba
Boss Bass
Boss Bass
Posts: 1253
Joined: Thu May 29, 2014 6:11 pm
Pronouns: They/Her

Re: How many programming leaguages are you know?

Postby Black Mamba » Thu Feb 05, 2015 2:36 pm

I just finished a visual basic course at school. I was invited to the AP computer programming course that teaches Java. That's pretty cool.

Mivixion
Fuzzy
Fuzzy
Posts: 1052
Joined: Sat Dec 20, 2014 2:44 pm

Re: How many programming leaguages are you know?

Postby Mivixion » Thu Feb 05, 2015 4:41 pm

HTML, CSS, PHP, and JavaScript.
AP Web Design knowledge

Devixicus
Guest

Re: How many programming languages do you know?

Postby Devixicus » Mon Feb 09, 2015 2:17 am

I haven't been a programmer for very long, but I'm learning Visual Basic, and I'm getting close to an intermediate level.

aero
Palom
Palom
Posts: 4787
Joined: Fri Mar 28, 2014 2:51 pm

Re: How many programming languages do you know?

Postby aero » Mon Feb 09, 2015 2:35 am

Devixicus wrote:I haven't been a programmer for very long, but I'm learning Visual Basic, and I'm getting close to an intermediate level.
Have you completed any projects in VB?

Danny
Wart
Wart
Posts: 4001
Joined: Fri Dec 20, 2013 1:12 pm
Flair: aka LMNtals
Pronouns: he/they

Re: How many programming languages do you know?

Postby Danny » Mon Feb 09, 2015 2:52 am

I used to know LUA and then I forgot it and I did nothing with it. I'd like to delve into Java or C++ or something, I aspire to be a game designer but I can't ever motivate myself to learn how to code properly.

aero
Palom
Palom
Posts: 4787
Joined: Fri Mar 28, 2014 2:51 pm

Re: How many programming languages do you know?

Postby aero » Mon Feb 09, 2015 3:08 am

8bitmushroom wrote:I used to know LUA and then I forgot it and I did nothing with it. I'd like to delve into Java or C++ or something, I aspire to be a game designer but I can't ever motivate myself to learn how to code properly.
Code based on tutorials, and get a feel for the syntax of the language you want to learn and then start making your own simple stuff. Google / other forums will also guide you along given you know how to ask what you want to do. Before you know it you'll be coding with less and less reliance on others, and be able to give help.

Took me 4 years to learn VB that way, and I'm still learning but that's on my own without books, which can also be helpful if you learn better that way. Best time to start is now, especially if you are serious about game design.

Danny
Wart
Wart
Posts: 4001
Joined: Fri Dec 20, 2013 1:12 pm
Flair: aka LMNtals
Pronouns: he/they

Re: How many programming languages do you know?

Postby Danny » Mon Feb 09, 2015 3:24 am

My only problem is that I can't be motivated enough to actually get up and do it, but it is something that I probably will get to eventually.

TangledLion
Spike
Spike
Posts: 267
Joined: Sun Jul 06, 2014 9:57 pm

Re: How many programming languages do you know?

Postby TangledLion » Wed Feb 11, 2015 1:17 am

Currently I'm learning Java for school, that's about it.

Yoshibrothers
Rocky Wrench
Rocky Wrench
Posts: 667
Joined: Mon Jan 13, 2014 6:45 am

Re: How many programming languages do you know?

Postby Yoshibrothers » Wed Feb 11, 2015 6:15 am

HTML, CSS, Javascript, and taking a go with C++. What initially surprised me is how easily I jumped into them, though I'm not too surprised since my dad taught me a ton of things about computers.

Drluigi
Blooper
Blooper
Posts: 173
Joined: Fri Dec 20, 2013 3:46 pm
Contact:

Re: How many programming languages do you know?

Postby Drluigi » Sat Feb 14, 2015 8:16 pm

I used to know HTML and CSS because I took a Computer Programming class last year, but I completley forgot both of them. XD

Devixicus
Guest

Re: How many programming languages do you know?

Postby Devixicus » Sat Feb 14, 2015 11:31 pm

GhostHawk wrote:
Devixicus wrote:I haven't been a programmer for very long, but I'm learning Visual Basic, and I'm getting close to an intermediate level.
Have you completed any projects in VB?
Again, I'm intertmediate, and I'm learning through a class where we apply skills through making projects. Some of the bigger ones I've done were a scoreboard, a simple chatbot, and recently Pong, but nothing major. I plan on making my final project (in which we choose what we want to do) a pinball game.

Scarlet_Rose
Guest

Re: How many programming languages do you know?

Postby Scarlet_Rose » Fri Feb 20, 2015 7:34 pm

Umm... does the SMBX npc text file thing count as coding? Blaze taught me a little of that... that's about it. Kind of ironic considering I use computers so much, but oh well.

aero
Palom
Palom
Posts: 4787
Joined: Fri Mar 28, 2014 2:51 pm

Re: How many programming languages do you know?

Postby aero » Fri Feb 20, 2015 7:44 pm

Scarlet_Rose wrote:Umm... does the SMBX npc text file thing count as coding? Blaze taught me a little of that... that's about it. Kind of ironic considering I use computers so much, but oh well.
No, that's not a programming language.

Choco
Eerie
Eerie
Posts: 735
Joined: Fri Nov 14, 2014 2:48 pm

Re: How many programming languages do you know?

Postby Choco » Fri Feb 20, 2015 7:51 pm

I picked up some HTML and CSS a while ago, but only the most basic basics.

I'm also currently learning Lua. Maybe I'll try out some other stuff after that.


Return to “Sandbox”

Who is online

Users browsing this forum: No registered users and 4 guests

SMWCentralTalkhausMario Fan Games GalaxyKafukaMarioWikiSMBXEquipoEstelari