Rosetta Code:Village Pump/Old main talk

From Rosetta Code

Syntax highlighting

It took a month, but we now have Syntax Highlighting! It would be very helpful if people crawled through all the programming examples on Rosetta Code and instituted the formatting changes. --Short Circuit 16:50, 20 February 2007 (EST)

Copying from Wikipedia

As you may already know, wikipedia supplies samples of code in 'pseudocode'. Would it make sense to copy these across from wiki to here (placed in its own 'pseudocode language section). Maybe then others may use these as a base for translating them into one of the 'usable' codes. There shouldn't be any legal issues in doing this, should there? --Oatzy 18:47, 25 January (GMT)

As a blanket rule, if you copy from Wikipedia, include a citation with a link to the specific version of the page copied from. I don't know that the GFDL requires it, but I will. :-) I'll mention this in the Copyrights page. --Short Circuit 13:57, 25 January 2007 (EST)

Things needed

1) A village pump type page (like wikipedia has) where this kind of stuff can be put

2) Better segregation of language types. For instance, is LaTeX really a programming language? As a markup language, it's as much a programming language as HTML is IMO. (Of course, HTML could be added instead), should completely different codes be on their own page?

3) Better guidelines as to what code should be placed. Is something that will run on it's own required, or just enough lines to complete the task (for instance, the part of a C++ program which will print "goodbye world" is: std::cout "goodbye world\n"; but that wouldn't compile on its own. On the other hand a BASIC compiler (or interpreter) will complete the task with: print "goodbye world", but it wouldn't really be a complete program (missing a line number and 'end' or 'system' at the end). So should people place: Only the code that completes the requirements? or; Enough code to get it to compile, dependent on how lax the compiler in question is? or; A program that is completed to specifications and accomplishes the task?

4) A copy of (or a link to) the GFDL1.2 that is easily visible.

62.252.32.16 17:57, 22 January 2007 (EST)

1) Click on Feedback on the left.
2) Once I get time to work on categorization, that'll happen. I need more people to step up and work on keeping style standards high.
3) I'll work on clarifying the tasks to that end. Something like Control Structures clearly doesn't require a full program, while something like File I/O does.
4) Click on the GNU FDL icon in the bottom-left corner of any page. --Short Circuit 12:39, 23 January 2007 (EST)

ParserFunctions

Can we get ParserFunctions installed? It would really help with making more flexible templates. --Bob9000 00:00, 1 February 2007 (EST)

Done. Enjoy. --Short Circuit 09:47, 1 February 2007 (EST)