rays's Avatar
rays 4
5 Asked
3 Answered
0 Best
0
No one has voted on this question yet :(
2 years, 11 months ago

What is your favorite programming language and why?

Tip for best answer: M$0.25
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

What is Your Answer?

0
0
0

2 Answers

0
arjo's Avatar
arjo | 2 years, 11 months ago
4
My favorite programming language is PHP

Here's why:

* Easy to learn
* Loads and loads of useful functions
* A couple of really good frameworks ( Zend Framework, Symfony , CodeIgniter )
* One of the most popular scripting languages on the net

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
the_brain's Avatar
the_brain | 2 years, 11 months ago
3
#
straightforward object-orientated inheritance. i love to think about where the common ground is, where the critical flux points are, and then to partition things off in ways that make the implementation and use of each component a heck of a lot simpler, so OO inheritance is at the top of the list.

# operator overloading (although this isn't everyone's favourite because they tend to mangle its use by not THINKING. operator overloading should only be used in intuitive ways, e.g. for +, * etc on a vector class!)

# i especially like, in c, using tables of function pointers to define an API (with the implementation being in a dynamically loaded library with only one published function, which returns a pointer to the table).

# i definitely like python's use of indentation to indicate blocks of code. whilst that makes for minor inconvenience in having to think of ways to code around the lack of a repeat until construct and the lack of a do while, the "tidy" look enforced upon programmers by the indentation makes for much easier code reading: you _know_ what to expect.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel

Learn something new with our FREE educational apps!

Private lessons in the comfort of your own home. Get back in shape or finally pick up a guitar with our great experts guiding you the whole way!
Learn Guitar
Learn Hip Hop
Learn Pilates