View Poll Results: Which Programming Languages Do you use?

Voters
105. You may not vote on this poll
  • (X)HTML only

    46 43.81%
  • Perl

    17 16.19%
  • ASP

    15 14.29%
  • ASP.net

    17 16.19%
  • Php

    79 75.24%
  • Python

    9 8.57%
  • Java (not JSP)

    18 17.14%
  • JSP

    14 13.33%
  • Ruby on Rails

    10 9.52%
Multiple Choice Poll.
Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 64

Thread: Which programming languages do you use?

  1. #11
    Senior Member louie's Avatar
    Join Date
    Jan 2006
    Location
    Dublin, Ireland
    Posts
    2,423
    Post Thanks / Like

    Default

    Since the last time I was talking to you, I put it on my list, but is not going to happen very soon as I have too much on my plate for the moment.
    :. Web Design & Development Web Design Ireland
    :. Search Engines Optimization Search Engines Optimization
    :. Car Parts & Accessories Car Parts
    :. Cars Ireland Cars Ireland
    :. I Have 2 Find It Directory SEF Directory

  2. #12
    Member georgiecasey's Avatar
    Join Date
    Jul 2006
    Location
    Galway / Ennis
    Posts
    279
    Post Thanks / Like

    Default

    Lol, ruby on rails definetely is "in" alright. I couldn't be bothered looking into it, PHP suits me fine, why would I change.

  3. #13
    Member
    Join Date
    Jan 2006
    Location
    Dublin
    Posts
    134
    Post Thanks / Like

    Default

    Mostly Python (either with self-written light framework under mod_python, or with Django), Common Lisp with tbnl (shame on you, you left it out ), or Ruby on Rails. In the past I have also used PHP (so horrible I can barely conceal my loathing), ASP (ditto, more or less), Struts (a Java/JSP MVC framework; not bad) and ASP.NET (also not bad). Also perl (and C!) cgi, years and years ago.

    The website I'm currently making money out of, sadly, is a PHP nightmare I wrote a few years ago. I keep meaning to port it to python.
    Blog | FindMeATune.com - Mysterious generator of money | politicsInIreland.com

  4. #14
    Web Slave blacknight's Avatar
    Join Date
    Jan 2006
    Location
    Ireland
    Posts
    10,011
    Post Thanks / Like

    Default

    Why the fascination with python?

  5. #15
    Member
    Join Date
    Jan 2006
    Location
    Dublin
    Posts
    134
    Post Thanks / Like

    Default

    http://python.ie/blackmagic/

    First-class functions, duck typing, and so on. It's a nice language; I'd recommend anyone currently using PHP or ASP to at least give it a go.
    Blog | FindMeATune.com - Mysterious generator of money | politicsInIreland.com

  6. #16
    Member georgiecasey's Avatar
    Join Date
    Jul 2006
    Location
    Galway / Ennis
    Posts
    279
    Post Thanks / Like

    Default

    Quote Originally Posted by rsynnott View Post
    In the past I have also used PHP (so horrible I can barely conceal my loathing),
    What do you think is wrong with it? I think it's grand, real easy to learn.

  7. #17
    Member
    Join Date
    Jan 2006
    Location
    Dublin
    Posts
    134
    Post Thanks / Like

    Default

    Hmm. First of all, it's possible for people to learn just enough to hang themselves in it without actually learning to program. Minor point.

    Weak typing. So, for instance, 1=='1' evaluates to true. Which is silly. - Big problem

    No namespaces (and apparently may not even be added for php6) - big problem

    No error on using undeclared variables. So if you type $cat where you meant to type $can, it won't, by default, warn. - big problem

    Built-in functions are a complete basket-case, with multiple functions for doing the same thing, inconsistent naming, inconsistent argument orders, etc - big problem

    magic_quotes and register_globals - silliness. (though neither are now default)

    Extremely weird scoping.

    No proper unicode.

    No real arrays.

    Ugly.

    I could go on.
    Blog | FindMeATune.com - Mysterious generator of money | politicsInIreland.com

  8. #18
    Member georgiecasey's Avatar
    Join Date
    Jul 2006
    Location
    Galway / Ennis
    Posts
    279
    Post Thanks / Like

    Default

    Quote Originally Posted by rsynnott View Post
    Hmm. First of all, it's possible for people to learn just enough to hang themselves in it without actually learning to program. Minor point.
    whats wrong with that, all you want is for people to be able to get things done


    Weak typing. So, for instance, 1=='1' evaluates to true. Which is silly. - Big problem

    No error on using undeclared variables. So if you type $cat where you meant to type $can, it won't, by default, warn. - big problem

    Built-in functions are a complete basket-case, with multiple functions for doing the same thing, inconsistent naming, inconsistent argument orders, etc - big problem

    magic_quotes and register_globals - silliness. (though neither are now default)
    agree with the points quoted there, dont understand the rest!

  9. #19
    Member
    Join Date
    Jan 2006
    Location
    Dublin
    Posts
    134
    Post Thanks / Like

    Default

    Quote Originally Posted by georgiecasey View Post
    whats wrong with that, all you want is for people to be able to get things done
    No, not at all. There are a lot of people who know just enough PHP to cause a lot of damage. The barrier for entry is too low.
    Blog | FindMeATune.com - Mysterious generator of money | politicsInIreland.com

  10. #20
    Web Slave blacknight's Avatar
    Join Date
    Jan 2006
    Location
    Ireland
    Posts
    10,011
    Post Thanks / Like

    Default

    Quote Originally Posted by rsynnott View Post
    No, not at all. There are a lot of people who know just enough PHP to cause a lot of damage. The barrier for entry is too low.
    Which is why phpn / mysql apps are such a security nightmare ....

Page 2 of 7 FirstFirst 1234 ... LastLast

Visitors found this page by searching for:

RubyAgus@yahoo com

poll for programming languages

facebook poll test about programing languages you know

Rubyagus@yahoo.com

site:irishwebmasterforum.com irishwebmasterforum georgiecasey php means

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •