LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Poll thread: How old are you and what programming languages do you have experience with?

Root / General / [.]

jamieyelloCreated:
Huh. FORTRAN
Haha! Yeah, I think that's what the language was called! He was doing that in college, and then worked for Texas Instruments for a while before he married Mom, I think. He's learned a TON of languages since then and is currently working as a programmer for TicketMaster.

Huh. FORTRAN
Haha! Yeah, I think that's what the language was called! He was doing that in college, and then worked for Texas Instruments for a while before he married Mom, I think. He's learned a TON of languages since then and is currently working as a programmer for TicketMaster.
Yeah, FORTRAN is an ancient IBM thing. Apparently it's still in use for science and supercomputing, what a world.

19
  • Java
  • C
  • Z80/eZ80 Assembly
  • x86_64 Linux Assembly
  • JavaScript
  • PHP
  • SmileBASIC
SQL, HTML, and CSS are not programming languages, but those too since people seem to be listing them. I mainly code in C when writing software for the computer.

Age: 16 (In order of first using.)
  • CMD Batch Processing
  • JavaScript
  • Microsoft Visual Basic
  • SmileBASIC 2 (PTC/DSi)
  • SmileBASIC 3 (SB/3DS)
(HTML, CSS, and SQL excluded.)

Age: 15
  • hTMl Is a PROgRaMMinG LanGUaGe
  • Petit Computer
  • SmileBASIC
  • Java
  • Python (A little)
  • JavaScript (A little)

Age: 18 Languages: SmileBASIC
Spoiler;_;

Age: Waffles Experience: I have been working on my programming skills since I was 14 or 15. Languages: HTML,Javascript,BASIC I am working on learning Python, Java, and C++ and mastering Javascript. I can write programs decently.

haha looking at this thread makes me feel unaccomplished, anyway Age:15 Experience: ive programmed on and off for the past like 3 years Languages: Petitie Computer Javascript a little bit of html; i can make a basic website with it a little bit of C#;i can make basic programs with it, however im going to learn it soon

Age: 16 Experience: I've been programming quite a bit (Although there was like a whole year that I didn't) since I was about 11 (so about 5 years) SmileBASIC (Both 3 and 2) All DOS variants of BASIC (BASICA/GWBASIC, QBASIC, And VB For DOS) Visual Basic.NET C# C Languages I can do simple things in: 6502 ASM C++ Java Kotlin HTML JS and finally Bash Scripting

Age: 22 Experience: Making weird software since I was 16. I made a lot of mods for ZDoom (my "truly" first experience with code) and the culmination of my experiece on it was doing a port of a point-and-click horror game on the engine, and someone posted a video of the first part! Other stuff could be this or this. While i'm studying CS, i don't consider myself a "professional". I code just for fun, and yet I barely know how to render a barebone 3D ò.ó. Languages i'm most familiar with:
Spoiler-Pascal -PHP -C -C++ -SmileBASIC (3x ver. Because portability) -ACS (Action-Code script. Language of ZDoom) -Java -JS -SQL (PostgreSQL mainly)
Languages i barely touched:
Spoiler- C# - QBasic
Languages I NEVER touched again:
Spoiler- Ruby - M.U.G.E.N. Language (or whatever is called) - GameMakerScript (Seriously, what the hell?)

age: 13 processing.JS smilebasic c++ javascript all forms of tibasic freebasic bbc basic bash (I use debian linux) HTML (I have a website that is up occasionally at 16.179.175.64:53333) CSS

Assembly, C, C++, Java, JavaScript, Lua, Lisp, ML, and .net. And BASIC.

(does regex count?)
I would say yes, since it is Turing Complete.

Age: A list of things that aren't programming languages: HTML CSS Jquery Regex MML Processing XML English

Looking at these lists, I need to learn some more programming languages ;_;
no. it's one thing to play around and find out what you like, but "knowing" more languages doesn't mean you're any good. It looks impressive, which is why everyone is listing HTML and CSS, but it doesn't actually mean anything, especially because extent of knowledge of each one varies by user. Knowing a language or specific API doesn't make you a good programmer.

SpoilerJust because a language uses another language's syntax it certainly does not mean it's not considered a programming language. With that mindset, you might as well say that C++ is not a programming language either since it's just a more specific version of C, that runs off the C compiler. As long as you can code in it, and make it do what you want, it is a programming language. But this thread isn't for arguing, it's for users to share their experience, so I won't expand on this

Jquery is just a library for javascript. A real language like C++ actually has unique syntax, even if it's heavily based off of C. (You couldn't make C++ in C just by defining a few functions)

C++ is a library for C C with #include <iostream> equals C++ Alright well, you wouldn't want to put jQuery as a programming language on a résumé, so you're somewhat correct.

C++ is a library for C C with #include <iostream> equals C++
You say that as if it were true.

I think this is the only"programming" site where people doesn't get triggered by saying that HTML/CSS/JS are programming languages hahahah... Also, what matters the most IMO is your logic. If you only know 1-4 programming language/s, but you're good at logic, you will be better than people that knows 20+ programming languages but barely knows how to develop a coherent algoritm. I've seen people that knows languages and frameworks better than i do, but yet they try to use a screwdriver as a hammer for nails, if you guys know what i meant...