![]() |
|
What's your favorite programming language? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: What's your favorite programming language? (/Thread-What-s-your-favorite-programming-language--69399) |
RE: What's your favorite programming language? - Oxyrus - 07-29-2015 (07-29-2015, 10:48 PM)Makan Wrote: HTML is pretty cool aswell! However it is not a programming language RE: What's your favorite programming language? - Kill - 07-29-2015 (07-29-2015, 10:48 PM)Makan Wrote: HTML is pretty cool aswell! Well, You see, the problem is that, HTML is a MARKUP language, not programming ![]() Examples: HTML: Code: <!DOCTYPE html>
<html>
...HTML is tags. While: (php/c++) Code: function sum($num1, $num2){
$num1;
$num2;
$total = $num1 + $num2;
return $total;
}
-----------[C ++ ]-----------
int sum(int a, int b)
{
int total;
total=a+b;
return total;
}RE: What's your favorite programming language? - Dutch - 07-29-2015 Voted PHP. Definitely my favorite. Don't see it becoming obsolete though. RE: What's your favorite programming language? - iLoveBeagles - 07-30-2015 Javascript has my vote due to its addictive and intelligently developed games so to speak. RE: What's your favorite programming language? - patrick - 07-31-2015 ruby. it's a real shame that Google opted for python instead of ruby. it's a very underrated language :/ RE: What's your favorite programming language? - Oxyrus - 08-01-2015 (07-31-2015, 07:54 PM)patrick Wrote: ruby. it's a real shame that Google opted for python instead of ruby. it's a very underrated language :/ Google doesn't only use Python. A popular social network such as Twitter used RoR in the past, however they're switching to Scala. RE: What's your favorite programming language? - patrick - 08-01-2015 (08-01-2015, 08:17 PM)Oxyrus Wrote:not quite what i was getting at. back when python really came into prominence (2000-2001) Ruby was right along side it. however due to the popularity and exposure Python had gained from Google, it was adopted by a lot more people and thus gained a lot more support.(07-31-2015, 07:54 PM)patrick Wrote: ruby. it's a real shame that Google opted for python instead of ruby. it's a very underrated language :/ RE: What's your favorite programming language? - Emulsifiable - 08-02-2015 PHP got my vote, it was essential to know back when I was a MyBB freak. RE: What's your favorite programming language? - User_mybb_import14239 - 08-02-2015 I took a programming class and we used Java, but interesting enough I really like some of the more simpler languages. RE: What's your favorite programming language? - Dijkstra - 08-03-2015 I don't understand how people could be blind to PHP's downfall. PHP has been getting murdered by JavaScript's rapidly growing collection of frameworks and attention. If you want to find a job with a modern company, I suggest you switch now before you yourself become deprecated as a programmer. Lol |