Knowledge (XXG)

talk:WikiProject Programming languages/Archive 2 - Knowledge (XXG)

Source đź“ť

586:? ISTM that this is something of an important difference (about as great as the specification vs the implementation), but they're currently in the same categories. I believe we'd have far more algorithic examples than we would for syntactic demonstration - however, the syntactic examples would probably use a more diverse set of languages. Taking this a step further, we could (and probably should) write all the algorithmic example code in the same language, for consistency's sake. I don't, personally, like having algorithms demonstrated in C - the low-level details tend to obscure the view in ways high-level languages don't. 496:
widely adopted, then say so. But most of the examples for these languages say things like "This Perl code is based on the Ruby code" or "this PHP code is based on the Python example". So if the focus is on reducing examples, attention should be made to the imperitave languages and not so much on the functional ones. Otherwise, you're just "feeding the monkey"--adherents are contributing code of their favorite language--and not really adding any substance to the examples in articles by preserving and growing the FP examples. --
692:
who have made significant, valuable contributions to the encyclopedia would be recognized and honored. I believe that, with some effort, this could still be done. My proposal is to, with luck, try to organize the various WikiProjects and other entities of wikipedia to take part in a larger celebrartion of its contributors to take place in January, probably beginning January 15, 2007. I have created yet another new subpage for myself (a weakness of mine, I'm afraid) at
1565: 31: 672:. When explaining a DP algorithm, or something which works on strings, a more low-level notation which involves array indexing is needed. Preferably, this notation for variables etc. should be "formal enough" for it to be used in the rest of the article too, for example in recurrences showing the idea behind DP solutions. The notation should also be reasonably uniform across algorithm subtopics. Klem fra 316:
consider whether your project would benefit from having departments which deal in these matters. It is my hope that all the changes to the directory can be finished by the first of next month. Please feel free to make any changes you see fit to the entries for your project before then. If you should have any questions regarding this matter, please do not hesitate to contact me. Thank you.
622:
how Knowledge (XXG) had lots of source code for algorithms on it but very little means of finding them. I thought some categories for this would be a good idea. If we remove sizeable snippets from WP for consistency or popularity or whatever other reasons snippets might need to be removed for, maybe we could instigate some sort of transwiki process? --
528:, not to boost any particular programming language. The article on Algorithm X should show an implementation in some language that makes X easy to show. That means we're going to need a language like C for bitwise ops; a language like Java for OO; a language like Matlab for matrices; a language like Ocaml for currying; and so on and so forth. Once 668:. There should be easily understandable psedocode, on a level of detail suitable for showing the important aspects of the algorithm. In pseudocode for a graph algorithm, the concept of nodes and edges should be used, probably without regard to how the data structures are implemented. See for example the Ford-Fulkerson example at the top of 299:. This new directory includes a variety of categories and subcategories which will, with luck, potentially draw new members to the projects who are interested in those specific subjects. Please review the directory and make any changes to the entries for your project that you see fit. There is also a directory of portals, at 621:
Another random point I forgot to make: I figure I might as well put forward a 'use case' for the categories beyond just bookkeeping. The One True Holy And Original Reason I began these categories was because there was this source-code based wiki I was taking a peek at and I read something there about
610:
Of course, the classes would be defined in the site CSS to have a default colour and stuff, but people could override them in their CSS files to match their preconceptions of what code looks like. Would this require a special parsing hook on the server? Or could a sufficiently convoluted template be
691:
proposal for an appreciation week to end on Knowledge (XXG) Day, January 15. However, several people have once again proposed the entirety of Esperanza for deletion, so that might not work. It was the intention of the Appreciation Week proposal to set aside a given time when the various individuals
561:
Regarding the functional languages: I would like to keep both the Haskell and Scheme examples (translating the Ocaml to Haskell if it is a pure algorithm, otherwise to Scheme) because they follow different schools of minimalist functional programming: Haskell is a much more pure, much theoretically
511:
My "ought to be enough for anybody" comment was based more on the current amount of code on Knowledge (XXG) than on any goal. I certainly wouldn't want to see all those languages present on every page! But since we do have substantial amounts of code in each (many?) of those languages, then adding
171:
section, but can we start some sort of process here about the disambiguation technique for the articles? I'd like to lobby for a change to this, and I'd suppose this is the best place for it. The common names for all these lanugages lack the "programming language" prhase, so i feel it is best to
495:
However, the larger point that needs to be made is that C++, Java, and C# examples duplicate eachother far more than functional programming language examples do. And there are even fewer new ideas added by examples in Perl, Python, Ruby, PHP. If people want to simply support languages that are
315:
are included in the directory for both the use of the projects themselves and for that of others. Having such departments will allow a project to more quickly and easily identify its most important articles and its articles in greatest need of improvement. If you have not already done so, please
506:
Yes, I'd also support the deletion of all but one of C++, C#, and Java. However, it seems to me that the number of people who will be offended by the exclusion of their favorite language in those cases is likely to be higher than in the case of, say, Ocaml. :) I totally agree with you about the
481:
I'd like to hear from WikiProject Programming Languages members what you think of this idea. I will argue vehemently with anyone who opposes the general idea of reducing the number of "example code" languages; however, I really need guidance on the "Delete all but one of..." bullet points above
469:
one, but I could be persuaded that those languages are good for explaining some point better than any other language, so I'm reserving judgment on them. (That's why I only want to rename, not outright delete, the Matlab article, for example; it has array operations as primitives.)
398:, which seems to have vanished anyway.) Pascal, C, C++, Java, C#, Lisp, Python, Ruby, some modern FP language, some modern Web language, and pseudocode ought to be enough for anybody. Therefore, I propose to rewrite or delete a bunch of "language soup" sections such as the one at 224:
I believe I have figured out a reasonable procedure by which to carry on a poll of this renaming proposal that spans many programming language articles. For each programming language identified, please do the following (I have done it for
570:
monad scares and confuses the hell out of me, and it's (even further?) beyond the scope of an average reader. If, however, we slim it down to just one functional language we write examples of algorithms in, I would like it to be Haskell.
491:
Seems like you're on a one-person campaign, but I'd like to urge we keep examples for Ocaml, Haskell and Scheme. Obviously, Scheme examples would be close to Common Lisp code, in the same way that Ocaml would be similar to Standard ML.
1476:
Does anyone have any time available to take a look at this one. As you will see from the Afd discussion there are (sometimes strong) views on the issue of reliable sources. The formatting of the article also needs help from an expert.
696:
where I would greatly appreciate any indications from the members of this project as to whether and how they might be willing and/or able to assist in recognizing the contributions of our editors. Thank you for your attention.
545:
at a particular task that they are totally useless as a pedagogical tool. You can't use Perl to demonstrate the parsing of regular expressions, for example, because that's built into the language, and a one-liner doesn't teach
1368:
This note is to let you know, so that experts in the field can expand them and check them for accuracy, and so that they can be added to any watchlists/tasklists, and have any appropriate project banners added, etc. Thanks.
589:
On syntax highlighting: it's a pain to edit. Find the prettiest example code on the wiki you can, and look at the wikitext. AARGH! How difficult would it be to automate this highlighting for a few specific languages? Eg,
970:
and tell me what I'm doing wrong. :) Do you know if anyone's tried to tackle the other problems ("bugs" :) yet? Namely: (4) lack of wikilinking, (6*) nasty red error messages when given an unrecognized language.
735:
The default color schemes are unreadable due to poor contrast and poor choice of letter shapes — Perl comments display in light gray on white, which is unreadable, and in Courier italics, which are next to
254: 188:, etc. If this discussion has already taken place and consensus for the current naming convention has already been reached, then please accept my apologies for bringing this discussion back up again. 1605: 1593: 71: 59: 551:
And yeah, this is looking a lot like a one-man crusade. But I'm hoping that by posting here, and doing a lot of deletions with Talk page comments, I can drum up some interest in helping out. --
378: 482:(which one should stay?), and also on the cats I didn't explicitly mention above. Is JavaScript really necessary? How about keeping only one of C# and Java? And so on. Discuss. -- 1581: 268: 47: 17: 1015:
Is there a style guide for what information should be presented in a programming language article? If so, I imagine this project article would be the right place for it. --
1121:
is probably that it makes underscores disappear — I'm pretty sure it didn't always do that, but it started having the problem a year or so ago. Here's a fix, thanks to
949:. This will allow for site-wide alterations to the colour scheme; personal CSS pages may be used for adjustment to user's personal requirements as usual. HTH HAND — 303:, listing all the existing portals. Feel free to add any of them to the portals or comments section of your entries in the directory. The three columns regarding 105: 912:
is bad, but not awful; that's the closest to acceptable any of the defaults come right now, as far as I've seen. (2) You can write <code lang="pascal": -->
434: 1442: 446: 927:
The angry fruit-salad of the source tags can be fixed through css, and a bug has been committed to aid in making this easier. Please comment or vote at
296: 1354: 1347: 693: 101: 94: 88: 1083: 1067: 669: 657: 245:==Requested move== ] → ] – Conformance with WP naming conventions ~~~ {{Knowledge (XXG) talk:WikiProject Programming languages/Renaming poll}} 172:
put it into parenthesis in order to best disambiguate. Looking at many disambiguation pages, the lack of parentheses also looks out of place:
1361: 1518: 913:
and MediaWiki will ignore the unrecognized "lang=" with no ill effects; therefore, I suggest using a "lang=" parameter in new <code: -->
312: 147: 126: 1514:
Should WikiProjects get prior approval of other WikiProjects (Descendant or Related or any ) to tag articles that overlaps their scope ?
1383: 894: 391: 369: 729:
However, it has a bunch of problems that need to be resolved before it can actually be used in Knowledge (XXG) articles. For starters:
353: 335:
List of languages needing infoboxes I compiled a while ago. Feel free to help out and add/remove entries to the list as appropriate. --
382: 732:
The default color schemes are inconsistent between languages — Perl comments are colored differently from C++ comments, for example.
330: 308: 412: 450: 407: 773:. They correspond to no color scheme known to man; they aren't logically designed; they emphasize the wrong parts of the program. 304: 168: 1531: 430: 423: 419: 394:
category. I think that Knowledge (XXG) should not contain examples in uncommon or esoteric languages. (Except of course for the
438: 1387: 1287: 1229: 1174: 1555: 1535: 1501: 1486: 1460: 1425: 1408: 1373: 1325: 1308: 1267: 1250: 1212: 1195: 1160: 1107: 1074: 1042: 1029: 1019: 1005: 975: 957: 940: 918: 901: 723: 701: 676: 662:...avoid writing sample code unless it contributes significantly to a fundamental understanding of the encyclopedic content 643: 626: 615: 555: 500: 486: 474: 457: 363: 339: 320: 281: 212: 157: 133: 112: 909: 208: 712: 356: 345: 1063: 1155:
If so, could that same someone also get rid of the trailing newline (fixed above by putting the closing </code: -->
226: 1280:
I think that debuggers for programming languages might fall within the scope of this WikiProject. Would you agree?
1572: 38: 395: 1038:
Well, I think most people didn't know it existed (I didn't). But there's nothing wrong with putting it here. --
143: 1469: 1001:
And they all do different things? Is there a clear description of what each does? (don't forget word-wrap). —
665: 578:(ie, that would also be perfectly well demonstrated with pseudocode), and between code demonstrating a specific 1497: 562:
cleaner language, wheras Scheme is more of a jack-of-all-trades, as functional languages go. For example, take
122: 1146:
void this_is_how_things_should_be_done() { puts("Hooray_underscores!"); puts("Hooray_underscores!"); }
967: 1066:. deletion. If you are interested in the deletion discussion, please participate by adding your comments at 715:. It can cope with many languages right now, and can be extended if necessary to cover new ones. HTH HAND — 196: 1492:
Commenting again to bump this on people's watchlists. The AfD could really use some knowledgeable eyes.
954: 720: 946: 688: 317: 177: 173: 1339: 497: 1156:
tag on the same line as the closing curly brace, when it really ought to go on the next line down)? --
300: 1553: 1548: 273: 260: 241:(2) At the bottom of an article talk page, add the following (adjusting to the name of the language): 897:
if necessary — it's an inferior substitute for a tag-based system, but it'll have to do, for now. --
292: 1493: 1122: 936: 640: 623: 612: 233:(1) At the top of an article talk page, add the following (adjusting to the name of the language): 200: 1454: 1419: 1402: 1319: 1302: 1261: 1244: 1206: 1189: 1135:
void oh_no_no_underscores() { puts("Boo_no_underscores!"); puts("Boo_no_underscores!"); }
1101: 698: 181: 150:. Please leave your comments and help us address and maintain this article's featured quality. 129:. Please leave your comments and help us address and maintain this article's featured quality. 574:
Another couple of random points: how about we make a distinction between code demonstrating an
1482: 1438: 950: 716: 673: 399: 204: 154: 130: 928: 1523: 1170: 1157: 1079: 1059: 1051: 972: 915: 898: 566:. Scheme supports these natively, but while Haskell also supports a continuation monad, the 552: 483: 471: 454: 1225: 639:
is probably the place that got me thinking, though I believe there are other such sites. --
1541: 1283: 636: 336: 887:
Until these problems are fixed — and who knows how long that will take? — please please
153:
Sorry to hit you twice: we need help with the review, and in addressing the articles.
104:. If anyone has any comments or suggestions on what I've been doing, please drop by its 1026: 1016: 1002: 932: 1370: 1039: 966:
Phil: The CSS thing doesn't seem to work (yet?). If you would, please take a look at
426:, as "Octave" is the name of the GNU implementation, not the original implementation. 360: 189: 85: 1478: 1071: 563: 536:
goal should be to reduce the number of different languages used on Knowledge (XXG).
109: 892:
tags to any article in the English Knowledge (XXG). Use the existing <code: -->
748:
The extension does not support wikilinking within <syntaxhighlight lang="": -->
762:
The extension "supports" many languages which it cannot parse correctly, such as
1580:
If you wish to start a new discussion or revive an old one, please do so on the
770: 766:. Incorrect syntax highlighting can be worse than no syntax highlighting at all. 516:
one (ActionScript, PHP,...) would be ridiculous. Hope that clarifies my comment.
465:
There are other cats in that supercat that I think are superfluous, such as the
46:
If you wish to start a new discussion or revive an old one, please do so on the
453:. Euphoria's syntax is cleaner, but Pascal is standardized and better known. -- 1025:
Found it on the CS project page and copied it over. Is it still up-to-date? --
466: 1338:
Page(s) related to this project have been created and/or added to one of the
278: 192:
21:16, 1 September 2006 (UTC) the most common programming language is C++.
914:, in preparation for the glorious day when it actually does something. -- 687:
Hello, all. It was initially my hope to try to have this done as part of
749:
tags; thus, it is impossible to wikify comments, or link a use of the
1379:
Proposed deletion: Semantics-directed Environment Adaptation Language
755: 277:(until October 1st). Figure this is the right place to tell people. - 185: 1522:. We welcome you to participate and give your valuable opinions. -- 359:
for FA status. Please participate and help improve the article. --
255:
Knowledge (XXG) talk:WikiProject Programming languages/Renaming poll
146:
is up for a featured article review. Detailed concerns may be found
125:
is up for a featured article review. Detailed concerns may be found
763: 945:
The above "bug" has now been closed and a new page introduced:
1559: 25: 769:
Last but not least, the default color schemes are just plain
379:
Knowledge (XXG):Categories for deletion/Log/2006 November 29
1150:
Now, is anybody here clever enough to get the <code: -->
981:
So now there are how many ways to present code-like text?
593:{{Example Python Code| def foo(bar): print bar + 1 }} 1062:(the "Ferite" programming language) has been listed for 1058:
An article that may be of interest to this WikiProject,
637:
http://en.literateprograms.org/LiteratePrograms:Welcome
541:
One more point that may be obvious: Some languages are
780:
An obligatory illustration of problems 2, 3, 5, and 6:
652:
It is my opinion that there should be no real code in
635:
And it might also be a good idea if I included a URL.
18:
Knowledge (XXG) talk:WikiProject Programming languages
602:
foo(bar): <span class="db-ZXhhbXBsZWNvZA": -->
390:
This is the first step in a proposal to clean up the
658:
Knowledge (XXG):Algorithms_on_Wikipedia#Code_samples
1547:Expert input requested on this article. Thanks. -- 908:Two more comments: (1) The syntax highlighting for 1384:Semantics-directed Environment Adaptation Language 383:Category:Articles with example ActionScript code 169:Talk:Python_programming_language#Article naming 1443:Knowledge (XXG):Articles for deletion/HotBasic 413:Category:Articles with example REALbasic code 297:Knowledge (XXG):WikiProject Council/Directory 8: 1120:The most critical problem with <code: --> 1084:Knowledge (XXG):Articles for deletion/Ferite 1068:Knowledge (XXG):Articles for deletion/Ferite 451:Category:Articles with example Euphoria code 408:Category:Articles with example Euphoria code 891:do not add <syntaxhighlight lang="": --> 753:function to the Knowledge (XXG) article on 745:, which could be confused with wikilinking. 435:Category:Articles with example Haskell code 524:The goal should be to clarify and explain 447:Category:Articles with example Pascal code 431:Category:Articles with example Scheme code 424:Category:Articles with example Matlab code 420:Category:Articles with example Octave code 1355:List of basic software engineering topics 1348:List of basic computer programming topics 1011:Programming language article style guide? 893:mechanism, and categorize the article in 694:User talk:Badbilltucker/Appreciation Week 604:+ <span class="db-ZXhhbXBsZWNvZA": --> 439:Category:Articles with example Ocaml code 263:is Good Article Collaboration of the week 102:Categorical list of programming languages 95:Categorical list of programming languages 79: 670:Knowledge (XXG):Algorithms_on_Wikipedia 600:<span class="db-ZXhhbXBsZWNvZA": --> 237:{{move|Python (programming language)}} 167:This is sort of a contination from the 1578:Do not edit the contents of this page. 1151:tag to adjust the line height to : --> 1116:Code tag underscore problem, revisited 599:<div class="db-ZXhhbXBsZWNvZA": --> 269:Good Article Collaboration of the Week 84:I'm going to try to reactivate this. 44:Do not edit the contents of this page. 1362:List of basic computer science topics 7: 895:Category:Articles with example code 370:Category:Articles with example code 1086:(11 August 2007 – 16 August 2007) 739:The default color schemes include 711:There is now a new tag available: 666:wikibooks:Algorithm_implementation 664:. Most code examples should go to 24: 507:importance of FP languages, too. 331:User:Cybercobra/ProgLangInfoboxen 1563: 713:<syntaxhighlight lang="": --> 596:would result in something like: 372:proposal and call for volunteers 29: 1434:Article for deletion: HotBasic 1196:02:08, 26 September 2007 (UTC) 1161:02:23, 15 September 2007 (UTC) 282:05:15, 29 September 2006 (UTC) 80:Let's see if we can reactivate 1: 1512:An important discussion on " 1461:00:56, 31 December 2007 (UTC) 1426:00:59, 31 December 2007 (UTC) 1409:11:48, 14 December 2007 (UTC) 1326:00:58, 31 December 2007 (UTC) 1213:01:00, 31 December 2007 (UTC) 1108:01:03, 31 December 2007 (UTC) 702:17:50, 30 December 2006 (UTC) 677:20:37, 14 December 2006 (UTC) 475:00:10, 30 November 2006 (UTC) 377:The following is copied from 364:14:05, 17 November 2006 (UTC) 340:05:33, 15 November 2006 (UTC) 100:I've been doing some work on 1374:20:22, 5 November 2007 (UTC) 1309:20:35, 20 October 2007 (UTC) 1268:20:33, 20 October 2007 (UTC) 1251:02:59, 12 October 2007 (UTC) 740: 644:00:23, 9 December 2006 (UTC) 627:00:20, 9 December 2006 (UTC) 616:00:11, 9 December 2006 (UTC) 556:05:04, 4 December 2006 (UTC) 532:goal has been met, then the 501:03:33, 4 December 2006 (UTC) 487:00:22, 1 December 2006 (UTC) 458:00:18, 1 December 2006 (UTC) 396:list of hello world programs 321:00:06, 26 October 2006 (UTC) 253:Poll closed as "Move". See 1075:20:53, 11 August 2007 (UTC) 1006:00:37, 10 August 2007 (UTC) 227:Python programming language 213:03:36, 3 January 2009 (UTC) 1624: 1470:MKR (programming language) 683:Knowledge (XXG) Day Awards 392:Articles with example code 1556:01:08, 22 July 2008 (UTC) 1502:18:54, 27 June 2008 (UTC) 1487:21:01, 25 June 2008 (UTC) 1166:Proposed deletion: W.I.D. 295:has recently updated the 158:22:49, 16 July 2006 (UTC) 144:Java programming language 139:Java programming language 134:22:41, 16 July 2006 (UTC) 1536:14:54, 8 July 2008 (UTC) 1340:Knowledge (XXG):Contents 1221:Proposed deletion: PHAML 1145: 1142: 1139: 1134: 1131: 1128: 1043:02:44, 6 July 2007 (UTC) 1030:17:02, 5 July 2007 (UTC) 1020:16:56, 5 July 2007 (UTC) 976:20:42, 20 May 2007 (UTC) 968:MediaWiki talk:GeSHi.css 958:15:08, 20 May 2007 (UTC) 941:09:02, 18 May 2007 (UTC) 919:06:07, 18 May 2007 (UTC) 902:05:49, 18 May 2007 (UTC) 783: 724:09:17, 16 May 2007 (UTC) 113:08:04, 4 June 2006 (UTC) 89:16:20, 3 June 2006 (UTC) 1334:Notice of List articles 1276:Proposed deletion: Ddbg 186:Pascal (disambiguation) 1472:- Expert help request. 1342:subpages (not by me). 1177:on 28 September 2007) 445:Delete all but one of 429:Delete all but one of 123:C programming language 118:C programming language 1576:of past discussions. 1390:on 15 December 2007) 1054:proposed for deletion 381:, re the deletion of 178:Java (disambiguation) 174:Ruby (disambiguation) 42:of past discussions. 1290:on 21 October 2007) 1232:on 12 October 2007) 1152:=1.3 automatically? 274:Programming language 261:Programming language 1532:WikiProject Council 1123:User:William Graham 947:MediaWiki:GeSHi.css 603:print</span: --> 293:WikiProject Council 1445:(3 December 2007) 707:New formatting tag 182:C (disambiguation) 1611: 1610: 1588: 1587: 1582:current talk page 1458: 1451:--User:Ceyockey ( 1423: 1416:--User:Ceyockey ( 1406: 1399:--User:Ceyockey ( 1323: 1316:--User:Ceyockey ( 1306: 1299:--User:Ceyockey ( 1265: 1258:--User:Ceyockey ( 1248: 1241:--User:Ceyockey ( 1210: 1203:--User:Ceyockey ( 1193: 1186:--User:Ceyockey ( 1105: 1098:--User:Ceyockey ( 1070:. Thank you. -- 601:def</span: --> 509:(Ah, I see now... 400:Singleton pattern 287:Project directory 267:FYI, The current 229:as a first try): 216: 199:comment added by 77: 76: 54: 53: 48:current talk page 1615: 1602: 1590: 1589: 1567: 1566: 1560: 1452: 1417: 1400: 1317: 1300: 1259: 1242: 1204: 1187: 1147: 1143: 1140: 1136: 1132: 1129: 1099: 880: 877: 874: 871: 868: 865: 862: 859: 856: 853: 850: 847: 844: 841: 838: 835: 832: 829: 826: 823: 820: 817: 814: 811: 808: 805: 802: 799: 796: 793: 790: 787: 758: 752: 744: 405:Delete as empty 301:User:B2T2/Portal 215: 193: 68: 56: 55: 33: 32: 26: 1623: 1622: 1618: 1617: 1616: 1614: 1613: 1612: 1598: 1564: 1545: 1542:Method chaining 1510: 1474: 1436: 1381: 1336: 1278: 1223: 1168: 1148: 1137: 1118: 1056: 1013: 882: 881: 878: 875: 872: 869: 866: 863: 860: 857: 854: 851: 848: 845: 842: 839: 836: 833: 830: 827: 824: 821: 818: 815: 812: 809: 806: 803: 800: 797: 794: 791: 788: 785: 754: 750: 709: 685: 611:constructed? -- 608: 605:1</span: --> 594: 374: 350: 328: 289: 265: 251: 246: 238: 222: 194: 165: 141: 120: 98: 82: 64: 30: 22: 21: 20: 12: 11: 5: 1621: 1619: 1609: 1608: 1603: 1596: 1586: 1585: 1568: 1544: 1539: 1530:- , member of 1527: 1509: 1506: 1505: 1504: 1473: 1467: 1466: 1465: 1464: 1463: 1435: 1432: 1431: 1430: 1429: 1428: 1411: 1380: 1377: 1366: 1365: 1358: 1351: 1335: 1332: 1331: 1330: 1329: 1328: 1311: 1277: 1274: 1273: 1272: 1271: 1270: 1253: 1222: 1219: 1218: 1217: 1216: 1215: 1198: 1167: 1164: 1144: 1133: 1117: 1114: 1113: 1112: 1111: 1110: 1055: 1049: 1048: 1047: 1046: 1045: 1033: 1032: 1012: 1009: 999: 998: 997:leading spaces 995: 992: 989: 986: 979: 978: 963: 962: 961: 960: 943: 922: 921: 905: 904: 884: 883: 784: 781: 777: 776: 775: 774: 767: 760: 746: 737: 733: 708: 705: 684: 681: 680: 679: 656:articles. See 649: 648: 647: 646: 630: 629: 598: 592: 569: 559: 558: 548: 547: 538: 537: 521: 520: 480: 478: 477: 463: 462: 461: 442: 427: 416: 373: 367: 349: 343: 327: 326:Need Infoboxes 324: 288: 285: 264: 258: 250: 247: 244: 236: 221: 220:Poll procedure 218: 164: 163:Disambiguation 161: 140: 137: 119: 116: 97: 92: 81: 78: 75: 74: 69: 62: 52: 51: 34: 23: 15: 14: 13: 10: 9: 6: 4: 3: 2: 1620: 1607: 1604: 1601: 1597: 1595: 1592: 1591: 1583: 1579: 1575: 1574: 1569: 1562: 1561: 1558: 1557: 1554: 1552: 1551: 1543: 1540: 1538: 1537: 1533: 1529: 1528: 1525: 1521: 1520: 1515: 1507: 1503: 1499: 1495: 1491: 1490: 1489: 1488: 1484: 1480: 1471: 1468: 1462: 1457: 1456: 1450: 1449: 1448: 1447: 1446: 1444: 1440: 1433: 1427: 1422: 1421: 1415: 1412: 1410: 1405: 1404: 1398: 1397: 1396: 1395: 1394: 1393: 1389: 1385: 1378: 1376: 1375: 1372: 1364: 1363: 1359: 1357: 1356: 1352: 1350: 1349: 1345: 1344: 1343: 1341: 1333: 1327: 1322: 1321: 1315: 1312: 1310: 1305: 1304: 1298: 1297: 1296: 1295: 1294: 1293: 1289: 1285: 1281: 1275: 1269: 1264: 1263: 1257: 1254: 1252: 1247: 1246: 1240: 1239: 1238: 1237: 1236: 1235: 1231: 1227: 1220: 1214: 1209: 1208: 1202: 1199: 1197: 1192: 1191: 1185: 1184: 1183: 1182: 1181: 1180: 1176: 1172: 1165: 1163: 1162: 1159: 1153: 1141: 1130: 1126: 1124: 1115: 1109: 1104: 1103: 1097: 1094: 1093: 1092: 1091: 1090: 1089: 1085: 1081: 1077: 1076: 1073: 1069: 1065: 1061: 1053: 1050: 1044: 1041: 1037: 1036: 1035: 1034: 1031: 1028: 1024: 1023: 1022: 1021: 1018: 1010: 1008: 1007: 1004: 996: 993: 990: 987: 984: 983: 982: 977: 974: 969: 965: 964: 959: 956: 952: 948: 944: 942: 938: 934: 930: 929:bugzilla:9951 926: 925: 924: 923: 920: 917: 911: 907: 906: 903: 900: 896: 890: 886: 885: 782: 779: 778: 772: 768: 765: 761: 757: 747: 743: 738: 734: 731: 730: 728: 727: 726: 725: 722: 718: 714: 706: 704: 703: 700: 699:Badbilltucker 695: 690: 682: 678: 675: 671: 667: 663: 659: 655: 651: 650: 645: 642: 638: 634: 633: 632: 631: 628: 625: 620: 619: 618: 617: 614: 606:</div: --> 597: 591: 587: 585: 581: 577: 572: 567: 565: 564:continuations 557: 554: 550: 549: 544: 540: 539: 535: 531: 527: 523: 522: 519: 515: 510: 505: 504: 503: 502: 499: 493: 489: 488: 485: 476: 473: 468: 464: 460: 459: 456: 452: 448: 443: 440: 436: 432: 428: 425: 421: 417: 414: 411: 409: 404: 403: 401: 397: 393: 389: 388: 387: 386: 384: 380: 371: 368: 366: 365: 362: 358: 355: 347: 344: 342: 341: 338: 333: 332: 325: 323: 322: 319: 314: 313:collaboration 310: 306: 302: 298: 294: 286: 284: 283: 280: 276: 275: 270: 262: 259: 257: 256: 248: 243: 242: 235: 234: 230: 228: 219: 217: 214: 210: 206: 202: 198: 191: 187: 183: 179: 175: 170: 162: 160: 159: 156: 151: 149: 145: 138: 136: 135: 132: 128: 124: 117: 115: 114: 111: 107: 103: 96: 93: 91: 90: 87: 73: 70: 67: 63: 61: 58: 57: 49: 45: 41: 40: 35: 28: 27: 19: 1599: 1577: 1571: 1549: 1546: 1526:TinuCherian 1524: 1517: 1513: 1511: 1508:A discussion 1475: 1453: 1437: 1418: 1413: 1401: 1391: 1382: 1367: 1360: 1353: 1346: 1337: 1318: 1313: 1301: 1291: 1282: 1279: 1260: 1255: 1243: 1233: 1224: 1205: 1200: 1188: 1178: 1169: 1154: 1149: 1138: 1127: 1119: 1100: 1095: 1087: 1078: 1057: 1014: 1000: 980: 888: 741: 710: 686: 674:Nils Grimsmo 661: 653: 609: 595: 588: 583: 579: 575: 573: 560: 542: 533: 529: 525: 517: 513: 508: 498:72.92.129.33 494: 490: 479: 444: 406: 402:, and then: 376: 375: 351: 334: 329: 290: 272: 266: 252: 240: 239: 232: 231: 223: 166: 152: 142: 121: 99: 83: 65: 43: 37: 1570:This is an 1158:Quuxplusone 973:Quuxplusone 916:Quuxplusone 899:Quuxplusone 807:"TOO LARGE" 742:underlining 689:Esperanza's 553:Quuxplusone 514:yet another 484:Quuxplusone 472:Quuxplusone 455:Quuxplusone 309:peer review 291:Hello. The 195:—Preceding 36:This is an 1550:Levine2112 1516:" is open 1477:Thanks. – 1455:talk to me 1420:talk to me 1403:talk to me 1320:talk to me 1303:talk to me 1262:talk to me 1245:talk to me 1207:talk to me 1190:talk to me 1102:talk to me 846:=<: --> 736:illegible. 526:algorithms 467:JavaScript 337:Cybercobra 305:assessment 1606:Archive 3 1600:Archive 2 1594:Archive 1 1027:IanOsgood 1017:IanOsgood 1003:Omegatron 933:AmiDaniel 654:algorithm 576:algorithm 546:anything. 534:secondary 354:nominated 72:Archive 3 66:Archive 2 60:Archive 1 1439:HotBasic 1371:Quiddity 1064:Deletion 1040:Ideogram 641:Abednigo 624:Abednigo 613:Abednigo 361:Ideogram 209:contribs 197:unsigned 190:atanamir 108:page. – 86:Ideogram 1573:archive 1494:Ford MF 1479:ukexpat 1414:updated 1392:Deleted 1388:WP:PROD 1314:updated 1292:Deleted 1288:WP:PROD 1256:updated 1230:WP:PROD 1201:updated 1179:Deleted 1175:WP:PROD 1096:updated 1088:Deleted 1072:Dominus 828:reverse 771:hideous 584:feature 543:so good 418:Rename 352:I have 348:FAC nom 201:Patr566 110:Zawersh 39:archive 1171:W.I.D. 1080:Ferite 1060:Ferite 1052:Ferite 991:source 910:Python 889:please 756:printf 751:printf 580:syntax 311:, and 1386:(via 1286:(via 1228:(via 1226:PHAML 1173:(via 798:: --> 789:print 357:Forth 346:Forth 155:Sandy 131:Sandy 16:< 1519:here 1498:talk 1483:talk 1284:Ddbg 1234:Kept 988:code 955:Talk 951:Phil 937:talk 861:sqrt 764:Perl 721:Talk 717:Phil 568:Cont 530:that 449:and 318:B2T2 279:Hyad 249:Poll 205:talk 148:here 127:here 106:talk 1534:. 1441:at 1082:at 985:pre 931:. 867:$ x 864:abs 843:$ x 831:map 822:$ / 813:$ _ 801:400 795:$ _ 786:map 582:or 422:to 410:and 271:is 1500:) 1485:) 1459:) 1424:) 1407:) 1369:-- 1324:) 1307:) 1266:) 1249:) 1211:) 1194:) 1125:: 1106:) 994:tt 971:-- 953:| 939:) 879:11 876:.. 852:** 825:), 792:(( 719:| 660:: 607:] 470:-- 437:, 433:, 307:, 211:) 207:• 184:, 180:, 176:, 1584:. 1496:( 1481:( 935:( 873:1 870:, 858:+ 855:3 849:) 840:( 837:* 834:5 819:. 816:) 810:: 804:? 759:. 518:) 441:. 415:. 385:. 203:( 50:.

Index

Knowledge (XXG) talk:WikiProject Programming languages
archive
current talk page
Archive 1
Archive 2
Archive 3
Ideogram
16:20, 3 June 2006 (UTC)
Categorical list of programming languages
Categorical list of programming languages
talk
Zawersh
08:04, 4 June 2006 (UTC)
C programming language
here
Sandy
22:41, 16 July 2006 (UTC)
Java programming language
here
Sandy
22:49, 16 July 2006 (UTC)
Talk:Python_programming_language#Article naming
Ruby (disambiguation)
Java (disambiguation)
C (disambiguation)
Pascal (disambiguation)
atanamir
unsigned
Patr566
talk

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

↑