Rosetta Code/Rank languages by popularity: Difference between revisions

Line 1,603:
Result := TPairs.Create;
 
RegularExpression.Create('>(?<LANG>[^<,;]*)<\/a>.. \((?<USERS>[,\d]*)');
Match := RegularExpression.Match(Code);
 
Line 1,679:
<pre>
Downloading code...
Total languages: 32573267
Total Users: 8305296532
Top 10:
 
1th 1261 995 JGo
2th 1228 983 REXXPhix
3th 1221 964 HaskellJulia
4th 1210 957 RubyRaku
5th 1148 956 TclPython
6th 1139 936 DPerl
7th 1090 911 C++Kotlin
8th 1053 905 ScalaC
9th 1052 865 SidefJava
10th 1051 859 C sharpRacket
</pre>
 
478

edits