vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Most Popular Programming Languages.. (https://vborg.vbsupport.ru/showthread.php?t=221969)

Winterworks 08-28-2009 02:41 PM

Most Popular Programming Languages..
 
* Ada
* Assembly
* Cobol
* ColdFusion
* D
* Delphi
* Erlang
* Forth
* Fortran
* Haskell
* Lisp
* Lua
* Objective C
* OCaml
* Pascal
* Perl
* Python
* Ruby
* SQL
* Scheme
* Shell
* Smalltalk
* Tcl

Which languages out of those (pick 2), are the most popular?

Dean C 08-28-2009 03:05 PM

Where are C, C++, C# on that list :o

Winterworks 08-28-2009 03:17 PM

They're already on my website. :)

I just need 2 more (for my programming/coding discussion forum) to make it the way I want it, and I want the most popular ones. If I'm missing any, let me know, but so far, I have...

AJAX, ASP, C#, C, C++, CSS, Flash, HTML, JS, PHP, XML, Java, Visual Basic and Other.

I need 16 to make it even and work the way I want it. So really, I just need two more languages besides the ones on that list. Any ideas?

Ryan Ashbrook 08-28-2009 03:21 PM

Ruby, SQL.

Marco van Herwaarden 08-28-2009 03:23 PM

Missing: RPG is still widely used on IBM mini-/mainframes.

(And yes i do speak both RPG-II & RPG-III)

Winterworks 08-28-2009 03:29 PM

Well, I could keep adding languages, but I need to do it in fours. So if I use both of Ryan Ashbrook's, and then Marco's, I'll need three more. So which should I use? Should I just use Ryan's two?

bobster65 08-28-2009 03:38 PM

PL/SQL (ya, I am a Oracle DBA lol)

I'd definitely add an SQL forum

Marco van Herwaarden 08-28-2009 04:40 PM

Ohh yes PL/SQL is a must also.

PS SQL is already in the list.

Paul M 08-28-2009 04:57 PM

Quote:

Originally Posted by Winterworks (Post 1875826)
Which languages out of those (pick 2), are the most popular?

Most popular in what sense ?

Winterworks 08-28-2009 04:58 PM

I don't think you guys understand. On my website, I have a few language sections (AJAX, ASP, C#, C, C++, CSS, Flash, HTML, JS, PHP, XML, Java, Visual Basic and Other.), and that list that I posted in post 1, was a list I found on Google of other languages. So I just need two more languages (or six) picked from that list and/or not on the list.

I need two more languages (or six) to add to my website.

@Paul: Popular as in, more people use it, more people globally in the world are interested in it.

Attilitus 08-28-2009 07:14 PM

Well mySQL and Python are the clear winners.

A good Lisp forum (and Lisp derivates: scheme, common lisp, clojure ect.) would be more interesting though.

Everyone is right to question your wording though. As you put several different classes of languages on your list. Utility languages like mySQL (commonly used by other languages), high level general purpose languages like python and ruby, and low level languages like Assembly.

Brandon_R 08-28-2009 10:43 PM

Python is most popular because big companies use it for their front end users like google :)

RLShare 08-29-2009 12:01 AM

<a href="http://lolcode.com/" target="_blank">LOL Code</a> ftw...........

But as far as that list hmmm...

Scheme is pretty much lisp and I hate them both.
So uh yeah... Stick with Python and SQL as has been mentioned. Python is my first love.

Adrian Schneider 08-29-2009 12:10 AM

Replace Flash with ActionScript.

Brad 08-29-2009 07:53 AM

Quote:

A recent article devoted to the *macho* side of programming
made the bald and unvarnished statement:
Real Programmers write in FORTRAN.
Maybe they do now,
in this decadent era of
Lite beer, hand calculators, and "user-friendly" software
but back in the Good Old Days,
when the term "software" sounded funny
and Real Computers were made out of drums and vacuum tubes,
Real Programmers wrote in machine code.
Not FORTRAN. Not RATFOR. Not, even, assembly language.
Machine Code.
Raw, unadorned, inscrutable hexadecimal numbers.
Directly.
http://www.jargon.net/jargonfile/t/TheStoryofMel.html

Marco van Herwaarden 08-29-2009 08:40 AM

What market are you aiming for? Hobby programmers? Those working professionally developing high-end financial systems? Website developers?

Dean C 08-29-2009 01:49 PM

Quote:

Originally Posted by Brandon_R (Post 1876073)
Python is most popular because big companies use it for their front end users like google :)

Nonsense. Python is no way near the most widely used programming language.

Attilitus 08-29-2009 03:09 PM

Quote:

Originally Posted by Dean C (Post 1876354)
Nonsense. Python is no way near the most widely used programming language.

Well I am not sure if it is a corporate standard, like one poster suggested. However, it is definitely a very popular standard in academia for scientific calculations. (when C/C++ modules have not been needed/written.)

Dean C 08-29-2009 05:51 PM

Quote:

Originally Posted by Attilitus (Post 1876396)
Well I am not sure if it is a corporate standard, like one poster suggested. However, it is definitely a very popular standard in academia for scientific calculations. (when C/C++ modules have not been needed/written.)

I'd have to respectfully disagree with you there. If I want to do scientific calculations I'll have several prerequisites, which normally either fall under speed of execution, or reliability/accuracy. For either of those, I wouldn't choose python, and I don't think most academics would either.

Java and C are clearly the most popular programming languages, however. C is used for everything. Even PHP is built using C. And Java is used by millions of organisations around the world (NASA for one), and in our mobile phones etc.

Sources:
http://langpop.com/
http://en.wikipedia.org/wiki/Measuri...age_popularity

Attilitus 08-29-2009 10:08 PM

Quote:

I'd have to respectfully disagree with you there. If I want to do scientific calculations I'll have several prerequisites, which normally either fall under speed of execution, or reliability/accuracy. For either of those, I wouldn't choose python, and I don't think most academics would either.

Java and C are clearly the most popular programming languages, however. C is used for everything. Even PHP is built using C. And Java is used by millions of organisations around the world (NASA for one), and in our mobile phones etc.

Sources:
http://langpop.com/
http://en.wikipedia.org/wiki/Measuri...age_popularity
Haha... Respectfully, I don't think I understand your disagreement. I am especially worried that you think that there are problems with Python's reliability and accuracy. There is certainly no cause for concern there. Python can use double point precision (which is more than precise enough for any practical purposes) and is far less prone to failure due to minor errors.

It is true that C/C++ modules are used in some special cases. But generally those are developed and are meant to handle things that require an especially high degree of optimization. For everyday computing, almost everything is done in either Python or Matlab. At least in my experience, and the experience of my friends.

~Tim

PS. I think that this discussion highlights the point we have been trying to make: the popularity of languages is going to vary vastly depending on your target audience.

Dean C 08-30-2009 08:17 AM

Quote:

Originally Posted by Attilitus (Post 1876574)
Haha... Respectfully, I don't think I understand your disagreement. I am especially worried that you think that there are problems with Python's reliability and accuracy. There is certainly no cause for concern there. Python can use double point precision (which is more than precise enough for any practical purposes) and is far less prone to failure due to minor errors.

It is true that C/C++ modules are used in some special cases. But generally those are developed and are meant to handle things that require an especially high degree of optimization. For everyday computing, almost everything is done in either Python or Matlab. At least in my experience, and the experience of my friends.

~Tim

PS. I think that this discussion highlights the point we have been trying to make: the popularity of languages is going to vary vastly depending on your target audience.

;) I agree with your last point, if you're dealing with embedded devices you're going to be working in C or something even lower. If you're studying at university you're likely to learn Java or C++. That's the whole point of having different programming languages :) However, you misconstrued what I was trying to say about Python. Perhaps accuracy shouldn't have fell into my argument quite as much, but when you're dealing with scientific calculations that require mission critical accuracy and more importantly reliability you're going to use a language that is far more stable in nature. Most of the world's major airlines which require practically 100% reliability on their flight booking systems, use Lisp, for example.


All times are GMT. The time now is 07:42 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01199 seconds
  • Memory Usage 1,765KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete