Rosetta Code/Rank languages by popularity: Difference between revisions

Content added Content deleted
(→‎Perl 6: Using the API: Update to output sortable wikitables)
m (Add link to wikitable page)
Line 20: Line 20:
*Each language typically demonstrates 1 or 2 methods of accessing the data: with web scraping (via http://www.rosettacode.org/mw/index.php?title=Special:Categories&limit=5000), and/or with the API method (examples below for [[Rosetta Code/Rank languages by popularity#AWK|Awk]], [[Rosetta Code/Rank languages by popularity#Perl|Perl]], [[Rosetta Code/Rank languages by popularity#Ruby|Ruby]], [[Rosetta Code/Rank languages by popularity#Tcl|Tcl]], etc). The scraping and API solutions can be separate subsections, see the [[Rosetta Code/Rank languages by popularity#Tcl|Tcl example]].
*Each language typically demonstrates 1 or 2 methods of accessing the data: with web scraping (via http://www.rosettacode.org/mw/index.php?title=Special:Categories&limit=5000), and/or with the API method (examples below for [[Rosetta Code/Rank languages by popularity#AWK|Awk]], [[Rosetta Code/Rank languages by popularity#Perl|Perl]], [[Rosetta Code/Rank languages by popularity#Ruby|Ruby]], [[Rosetta Code/Rank languages by popularity#Tcl|Tcl]], etc). The scraping and API solutions can be separate subsections, see the [[Rosetta Code/Rank languages by popularity#Tcl|Tcl example]].
*Filtering wrong results is optional. You can check against [[Special:MostLinkedCategories]] (if using web scraping)
*Filtering wrong results is optional. You can check against [[Special:MostLinkedCategories]] (if using web scraping)
*A complete ranked listing of all &nbsp; '''663''' &nbsp; languages (from the REXX example) is included here &nbsp; ──► &nbsp; [[RC_POP.OUT]]. <br><br>
*A complete ranked listing of all &nbsp; '''663''' &nbsp; languages (from the REXX example) is included here &nbsp; ──► &nbsp; [[RC_POP.OUT]].
*A complete accurate sortable wikitable listing is included [[Rosetta_Code/Rank_languages_by_popularity/Full_list|here]].

<br><br>


=={{header|Ada}}==
=={{header|Ada}}==