Jump to content

Favorite Language Attribute

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
34 replies to this topic

#1
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Everyone has their favorite language, but why? Speed? Performance? Syntax? Capabilities? Lets hear why you like your favorite language.

#2
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
C++ -> Power and capability.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
PHP - because I know it best and enjoy web development.

#4
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
Windows application-->c#: easy and fast, but im moving to c++ currently
web development-->asp.Net: cuz its the only one i know

#5
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts
php because I know it best and its for the web which I do most of my development for.

#6
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
Java because of it's compile once, and run across different platforms. Also because I find it really easy to learn. Maybe PHP as my favorite as it's really easy to learn, and I like learning interpreted languages and creating really cool web sites. :D

#7
tossy

tossy

    Programmer

  • Members
  • PipPipPipPipPip
  • 202 posts
I would like to go with C++, it is easy to learn and fast.
Microsoft: "You've got questions. We've got dancing paperclips

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
C++: variety of programming styles and operator overloading.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#9
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts

WingedPanther said:

C++: variety of programming styles and operator overloading.

Operator overloading is an awesome attribute.

#10
keller

keller

    Learning Programmer

  • Members
  • PipPipPip
  • 38 posts
Ada, because I like to hurt. Excellent multi-threading capabilities, and it is designed to make very solid reliable code. Oh yeah and it can do operator overloading if you really find the need to.

Now ask me what I write in, Java, 'cause I'm lazy...

#11
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts

John said:

Operator overloading is an awesome attribute.

I didn't even realize what it was called until John told me that I was using it lol.

#12
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts

keller said:

Now ask me what I write in, Java, 'cause I'm lazy...

That seems to be a very common plague in the programming community. I suppose that is why .NET and garbage collectors are so popular.