What other programming languages do you use & why?

For me, D fits in a space nicely snuggled between C++ and Java and resolves several of my gripes about both languages (and, of course, introduces a completely new set of gripes). It also has a few niceties that the other two don’t which add up to be a very big deal. I’m not going evangelize it or anything, here, but I’ll say that I personally feel more comfortable and have more fun programming in D than any language I’ve ever used.

That said, anyone deeply entrenched in Java or C++ who doesn’t have the same issues I had with either language likely won’t find it interesting. There are enough similarities that it’s incredibly tempting to try to program like you do in the language you’re most familiar with, but when you try to do so it’s different enough to make the experience frustrating for anyone unwilling to adapt. Most D users I’ve spoken to will tell you that once you get over that hump it’s a great deal of fun.

Java - Known it for years and I find it fits my thinking style well
HTML/PHP/CSS/MySQL - Web development obviously
FORTH - Learned it a while ago just for fun
Bash - My server computer runs Linux Mint (runs webserver/database/etc)
Python - Currently learning just to see how it works
Arduino (set of C/C++ functions) - For small electronic projects when using the Arduino Microcontroller

I use python for small tasks like extracting information from webpages, calculations and string manipuation etc. I also use VBScript/Bat to automate windows tasks. Other than that, Java can do everything else I need.

[quote=“bigbass1997,post:48,topic:50744”]
Why would you run Linux Mint on a server 0.0?

[quote=“The_Lion_King,post:50,topic:50744”]

I originally tried a multitude of different linux OS’s before ending up with Mint. Mint was the easiest for me to use and I do not NEED anything top of the line in terms of performance.

In terms of computer hardware, the server is pretty well built (for what is needed of it) while still being inexpensive. The server is used for very simple and/or low profile processes so I thought it would be best to use what I am most comfortable using.

I use C, C++, Java, C# and PHP:

C & C++ are part of college course, Java because it’s my first language and I love it. C# because my friend doesn;t want to install java to run my games, so I port them to C# to run on windows natively and PHP for writing my own wordpress plugins.

Forgot to mention, I also use GLSL.

Wat. That’s the laziest friend that I’ve ever heard of. :stuck_out_tongue:

Embed a JVM?

Humm…maybe I should take the time to look at Julia more closely: http://www.evanmiller.org/why-im-betting-on-julia.html

I took a peek at it a while ago, but I didn’t know that. Humm indeed…

Still growing ^^"

On a daily base:
PHP, SQL, Javascript, CSS, HTML, Bash/Shell

Rest on private use or used to do:
Java, C#, CFML, C/C++, TurboPascal/Delphi, R

Currently looking at: Python, HipHop

Or the best friend that I’ve ever heard of ;D

What other languages do I use when programming? Lots of potty mouth vernacular when debugging… I find the syntax very simple, but the language is very expressive!

I regularly use Java, HTML, and CSS and rarely use C++ and JavaScript

(ps: is it weird that my first language was C++ but then I found Java and totally abandoned C++?)

My first language was obj-c, but I haven’t touched it in 4 years…

no, my first language is Java, but I do enjoy all the languages I code in.

Java is certainly a faster language to develop in while offering pretty good performance, but I was pleasantly surprised by how expressive C++11 is compared to java - barring wiring with java’s reflection capabilities, the C++11 code tended to be both clearer and shorter. With CLion IDE approaching the beta stage, I’m pretty excited about diving back into C++ again.

And maybe it’s time to review rust again: http://blog.rust-lang.org/2014/09/15/Rust-1.0.html

I tend to write some proprietary script + a parser for it,
suited for my needs when having a system that
has to process lots of specific instructions in batch, and has to be easily editable.

It usually only gets as complex as needed for the task.

Apart from that, Im using XML and SQL a lot.

I started a guild on world of warcraft, which got around 60 members, some people wanted a homepage, and I didn’t want to disappoint. I have kind of a big ego, and didn’t want to use a layout/template, because I wanted to be able to say it was my homepage, that I had done it. So I started to learn html and css 2007-01-07 was when I got the first version of the website online.

After that I wanted to learn more. Which got me to start with game maker and begin with php and I loved it. My friend gave me game maker pro to my birthday, and I started to make a multiplayer game since I now could use DLL files, and my friend liked the game, so I kept building on it, until I wanted to move on from game maker. I tried C++ but I never got into it, then I decided to try java which I ended up loving.

Now and then I went back to php, by that time my world of warcraft days was over, but I still wanted to make homepages, so I started to learn MySQL and javascript, and that’s is my programming history. Recently to learn how to do ajax calls, and is now using PDO to access my MySQL databases.