What programming languages do you use?

Clojure. I can write robust back end code, and can even write my front end ui's in clojurescript. I wrote keyword streamer completely in clojure and it was fun.
 
What programming language do you prefer?

JavaScript
Java
Python
Ruby
C
PHP
Bash
C#
C++
SQL
Objective-C
Scala
Delphi
Clojure
Go
CoffeeScript
Haskell
Erlang
Perl
Other (which one)

:cool:

I prefer all of the .Net languages.

Some wouldn't agree with this, but I don't care.

I used to be limit to desktop apps with VB.Net, but once I started venturing into ASP.Net things changes a lot and now I have as much flexibility as any PHP developer.
 
Primary languages I'm using today are

1. Golang
2. Python
3. Javascript
4. Modern PHP
 
php
python
c++
java
javascript
node-js
objective-c (still newbie)
bash
html/css
 
Ruby/Rails for work, Clojure, Clojurescript, and Elixir off the clock.
 
I use C# for windows desktop based apps.

I wanted to learn java to develop some android apps but I really hate android development tools. Visual studio is the best IDE for me.

Also to be able to develop web based apps I'm working on:
HTML
CSS
JavaScript
SQL
for server-side:
I will use ASP.NET obviously since I already know C#. I will not bother to learn PHP though I like it, because it will take more time from me, C# can be enough to develop any web based app.
 
PHP/JS for web, C/C++ for fast or big data manipulations.

huh? Bigdata? Are you using your custom solution for bigdata? Tell me more :D I thought Hadoop(which uses native Java) was my savior ;)

Actually, I want to know about your setup, and not trying to flame you or something :P Bigdata is the big thing right now and knowledge sharing helps lol.
 
Last edited:
I do not know is it enough big data, but in some cases regular mysql/pgsql storages becomes slow for my needs. It starts from about 100M entities of data and more. In these cases I use own engine for storage and fast access to data. It is variations of multithread daemon, based on c++, with filtering/grouping/sorting options for data records.
 
Back
Top