Go Back   vb.org Archive > Community Central > Community Lounge

Reply
 
Thread Tools Display Modes
  #11  
Old 08-28-2009, 07:14 PM
Attilitus's Avatar
Attilitus Attilitus is offline
 
Join Date: Mar 2005
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #12  
Old 08-28-2009, 10:43 PM
Brandon_R Brandon_R is offline
 
Join Date: Aug 2009
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Python is most popular because big companies use it for their front end users like google
Reply With Quote
  #13  
Old 08-29-2009, 12:01 AM
RLShare RLShare is offline
 
Join Date: Jun 2008
Posts: 499
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<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.
Reply With Quote
  #14  
Old 08-29-2009, 12:10 AM
Adrian Schneider's Avatar
Adrian Schneider Adrian Schneider is offline
 
Join Date: Jul 2004
Posts: 2,528
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Replace Flash with ActionScript.
Reply With Quote
  #15  
Old 08-29-2009, 07:53 AM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #16  
Old 08-29-2009, 08:40 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What market are you aiming for? Hobby programmers? Those working professionally developing high-end financial systems? Website developers?
Reply With Quote
  #17  
Old 08-29-2009, 01:49 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brandon_R View Post
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.
Reply With Quote
  #18  
Old 08-29-2009, 03:09 PM
Attilitus's Avatar
Attilitus Attilitus is offline
 
Join Date: Mar 2005
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C View Post
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.)
Reply With Quote
  #19  
Old 08-29-2009, 05:51 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Attilitus View Post
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
Reply With Quote
  #20  
Old 08-29-2009, 10:08 PM
Attilitus's Avatar
Attilitus Attilitus is offline
 
Join Date: Mar 2005
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:31 PM.


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.04589 seconds
  • Memory Usage 2,257KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete