• 0

Which Web Programming Language Do You Prefer? 2015


  

87 members have voted

  1. 1. Favourite Web Development Language

    • PHP
      36
    • ASP.NET
      22
    • Perl
      0
    • Ruby On Rails
      5
    • Java
      6
    • Python
      6
    • C
      0
    • C++
      2
    • Other
      6


Question

There is one of these topics for anti-virus, Linux, and such, so figured needed one for programming.

 

Which language do you prefer for web development?

 

I prefer PHP, haven't had a chance to learn any others..But I like how you can easily set it up on pretty much any host for cheap

Link to comment
Share on other sites

Recommended Posts

  • 0

I prefer PHP mainly for compatibility and popularity (documentation). If I had my choice then Python would be the standard. PHP is a pretty bad language.

Link to comment
Share on other sites

  • 0

ASP.NET MVC5

PHP is like JavaScript - what a disgusting scripting language Mio

Granted I am looking to learn another strongly typed compiled language for web development (not Java EE).

Link to comment
Share on other sites

  • 0

Bouncing between C# (ASP.Net and OWIN/Katana) and Python (Django and Tornado), depends on the task/environment, both do the job very well and give you different ways to go.. but if I had to pick a favorite, would have to say Python, go from nothing to working prototype very quickly. Learning Ruby is on the to-do list for the near future too, been curious to give Rails a spin.

Link to comment
Share on other sites

  • 0

I used to do all my web with php.  Though where I work now everything web is done with ASP with C# code-behind.  Though lately I've been trying to add some more client side script with jQuery/Ajax then using bootstrap as the styling system.

So effectively:   ASP w/ C#, jQuery, and Bootstrap.

Link to comment
Share on other sites

  • 0

PHP is probably the fastest to get done but really don't mind anything that works. Sometimes I see code that is overly complicated for no apparent reason and it gives me a headache - looking at you dot.net. Recently been using Heroku and Dokku-Alt for hosting so PHP is about the only language I'm totally comfy with for those.

Link to comment
Share on other sites

  • 0

I've used PHP happily for many years, but recently we've jumped on the Azure train and I'm now using ASP.NET (C#, of course) and it's great.

Link to comment
Share on other sites

  • 0

As soon as there's more widespread support for ASP.Net on Linux I'm jumping ship from PHP to ASP.Net

Link to comment
Share on other sites

  • 0

C and C++ have made the list, but JavaScript/Node.js hasn't?

Wow.

Link to comment
Share on other sites

  • 0

C and C++ have made the list, but JavaScript/Node.js hasn't?

Wow.

I did a quick search of popular programming languages, seems I missed a few..Maybe a Mod can add a couple more to the list...

 

Seems need JavaScript/Node and F# added to the list..

Link to comment
Share on other sites

  • 0

I did a quick search of popular programming languages, seems I missed a few..Maybe a Mod can add a couple more to the list...

 

Seems need JavaScript/Node and F# added to the list..

 

Don't need to specify Node, just JavaScript ;)

Link to comment
Share on other sites

  • 0

The one that I laugh the most at is D# (https://github.com/returnString/DogeSharp) I've set it up in my Visual Studio and definitely enjoyed every second on playing around with it.

 

I prefer languages that write themselves, but since that's not something I've actually ever come across, I'll have to stick with PHP. :p

  • Like 1
Link to comment
Share on other sites

  • 0

I prefer PHP mainly for compatibility and popularity (documentation). If I had my choice then Python would be the standard. PHP is a pretty bad language.

 

I challenge you to a fight to the death... pistols at dawn! 

 

I am enjoying python right now for network programming... Though I believe PHP is a very good language I even use PHP for offline processes not just the web/crons... D: I dont get why so many people think PHP is a dirty language D: lets pick on java D: *gets pitch fork*

Link to comment
Share on other sites

  • 0

Been using Typescript for a year or two now

Building out our current front end app using AngularJS with Node in the backend

How are finding the compilation/debugging loop? I am a big fan of CoffeeScript but trying to relate issues thrown up by the JavaScript run-time back to the pre-compilation CoffeeScript is a major PITA.
Link to comment
Share on other sites

  • 0

How are finding the compilation/debugging loop? I am a big fan of CoffeeScript but trying to relate issues thrown up by the JavaScript run-time back to the pre-compilation CoffeeScript is a major PITA.

Actually not too bad

 

We're using Webstorm 9 as our IDE and Jet Brains has an extension for Chrome which allows setting of breakpoints in the .js file and this breaks straight into the original typescript file for easy debugging (step through / step over / watches etc..)

 

Or did you mean something else ?

Link to comment
Share on other sites

  • 0

.Net all the way, I can use php, java, ruby or python. But everything is just so much smoother when you use visual studio and one of the .net languages. Once you start using linq there is no way to go back to the kludgy systems of other languages

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.