What programming languages do you use?

Javascript, for all these SEO/bot/web related things, it's the perfect language, thanks to jquery, and the chrome/firefox pluggins...
 
I have a few web developer friends and they are telling me that AngularJS is the future. They swear by it. I'm currently having a CMS coded with it to see how it fares.

I'm a fan of ReactJs myself. Way simpler than angular. Of course the entire framework of angular is nice to have when you need it but I don't. I don't mind using 3rd party libraries for routing, immutability, and other things.
 
Mainly FreePascal (Lazarus - OpenSource crossplatform analog of Delphi), also is PHP, JavaScript, SQL. Here is my set

I've never heard of that before. I used delphi ages ago and loved it. Thanks for that.
 
Usually, I use PHP but recently became interested in Go. There is so much more you can do in Go compared to PHP. I also sometimes use Python for web scrapping, but I think for future scrapping projects I will use Go because it is much easier just to start up VPS and run a single executable in it then to run python script with all its dependencies.
 
Also want to know please what programming language do you prefer?
 
All languages have their own advantages and disadvantages. For quick work and simple API services, Python is great because it is expressive and highly dynamic (which means you can declaratively specify your program)

For serious backends, I would use Java. For games, image processing, high performance computing, parsing advanced structures you need C/C++.
 
C# has also good advantages for mobile game development, you can use it for game engines like unity.
 
I'm currently developing using C# and some js frameworks like AngularJS, but I'm also thinking about getting into Python.
 
I've programmed in most of the languages you list. My final decision is Microsoft. :)
 
Back
Top