Favorite Programming Language?

Favorite Programming Language

  • Assembly Language

    Votes: 2 2.0%
  • ASP.NET

    Votes: 2 2.0%
  • C#

    Votes: 9 9.2%
  • C / C++

    Votes: 9 9.2%
  • FORTRAN

    Votes: 0 0.0%
  • Java

    Votes: 9 9.2%
  • JavaScript

    Votes: 12 12.2%
  • Lisp

    Votes: 0 0.0%
  • PERL

    Votes: 2 2.0%
  • PHP

    Votes: 42 42.9%
  • Python

    Votes: 6 6.1%
  • Ruby

    Votes: 0 0.0%
  • Shakespeare

    Votes: 0 0.0%
  • Smalltalk

    Votes: 0 0.0%
  • Other

    Votes: 5 5.1%

  • Total voters
    98
  • Poll votes is visible for users with special permission.
Does HTML count? :lol:

I do not know much PHP, but I do agree it's pretty fun and somewhat easy to learn. That and it's used almost everywhere nowadays so that's a plus. 😛
 
Oh, looks like I haven't posted my thoughts yet 😀

Java is the most beautiful programming language ever conceived! You get the benefit of strong typing without having to deal with memory yourself.
 
I've been playing around with Ruby lately and I think it may be my favorite scripting language now. 🙂 I really like some things in the language, particularly the way you can pass a code block into a function.

Here's some sample code from a library I've been working on as a way to learn the language:
Code:
require "./tdf/DataFile"

file = TDF::DataFile.new("file.tdf")

puts "\nCities:"
file.each_row :Cities do |row|
	puts row[:City] + ", " + row[:State] + " (" + row[:Country] + ")"
end
I still love Java though. What I love about both languages is how purely object-oriented they are.
 
As of late PHP has become my most used language, so I'm going to have to say that. However I do love to delve into other languages that I already know, or wish to learn!
 
"Shakespeare" "Is this a dagger which I see before me, The handle toward my hand? "

Not heard of that programming language before does it use old English?
 
Back
Top Bottom