Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

Line 590:
would be useful to that end. I was thinking that doing these as small proof of concepts rather than trying to build some kind of big framework would be most useful. Now since I'm not a heavy user of OO, I might go overboard here and was wondering what others might think. --[[User:Dgamey|Dgamey]] 17:38, 27 December 2011 (UTC)
* I'd like to see a set of tasks related to representation of graphs and basic algorithms for them. There is a set of tasks around bitmaps, but that's more like API. For graphs, it's different, yet justifies a common category. [[User:Avmich|Avmich]] 05:06, 10 July 2012 (UTC)
 
* Communicating with a child process using pipes
** I have a procedure, written in Web 68, which creates a child process and provides means of sending data to the child,
via the child's std in,
and getting data from the chid's std out. I want to extend this procedure to provide access to the child's std err output.
I'd like to submit this procedure to rosettacode.org as it is now working satisfactorily.