lang-comp.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 12:46:36 +0200
changeset 1905 fba288d59662
parent 1894 2e3bc2435d68
child 1912 8b81a8f0f692
permissions -rw-r--r--
Include only local subsections into TOC. This prevent duplication of TOC when build single page HTML document. Also this make unnecessary CSS hack to hide document title as top level section.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

==================================
 Programming language comparison.
==================================
.. contents::
   :local:

About.
======

 * http://en.wikipedia.org/wiki/Measuring_programming_language_popularity
 * http://en.wikipedia.org/wiki/Comparison_of_programming_languages
 * http://en.wikipedia.org/wiki/Comparison_of_programming_languages_%28basic_instructions%29

  http://www.top500.org/
    Top 500 computers.

Lang popularity.
================

  http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
    TIOBE Programming Community Index
  http://www.langpop.com/
    Programming Language Popularity
  http://lang-index.sourceforge.net/
    The Transparent Language Popularity Index
  http://www.google.com/trends
    Google trends (history of search request count).
  http://www.indeed.com/jobtrends
    Trends in vacancies by keywords.
  http://stackoverflow.com/questions/48997/what-programming-language-is-most-popular-today
                what-programming-language-is-most-popular-today

Performance.
============

  http://benchmarksgame.alioth.debian.org/
                The Computer Language Benchmarks Game
  http://www.techempower.com/benchmarks/
                Web Framework Performance Comparison

openhub.
========

Line of code comparison.

  https://www.openhub.net/languages
    All Languages.
  https://www.openhub.net/languages/compare
    User selected.

Code examples.
==============

  http://c2.com/cgi/wiki?EveryCombinationInManyProgrammingLanguages
    Every Combination In Many Programming Languages

99 bottles of beer.
-------------------

 * Many implementation of one simple task.

  http://www.99-bottles-of-beer.net/
                Home page.

Rosetta Code.
-------------

 * Solutions to the same task (near 600) in as many different languages as
   possible.

  http://rosettacode.org/
                Home page.

Lang cost.
==========

  http://archive.adaic.com/intro/ada-vs-c/cada_art.html
                Comparing Development Costs of C and Ada