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

no edit summary
(→‎Recently Completed: Remove old tasks)
No edit summary
Line 37:
* keyword arguments (defining a procedure which takes named arguments)
:Isn't this already accomplished in [[Creating a Function]]? --[[User:Mwn3d|Mwn3d]] 15:51, 1 June 2008 (MDT)
::Probably means smalltalk style parameter passing (but without defined order) i.e [mymethod myarg1: 'One' myarg2: 'two'] [[User:Rahul|Rahul]] 20:24, 7 October 2008 (UTC)
* optional arguments (defining a procedure which has optional arguments or arguments with default values)
 
Line 43 ⟶ 44:
* Super Simple p2p network
: Could be done with FIFOs for streams, and a constant number of clients. Needs to be more specific regarding what it does. --[[User:Short Circuit|Short Circuit]] 22:28, 6 December 2007 (MST)
:: probably means some thing like this <nowiki>http://ansuz.sooke.bc.ca/software/molester/molester</nowiki>. To make it suitable for rc the restrictions need to be spelt out - i.e. fixing the protocol and discovery mechanisms [[User:Rahul|Rahul]] 20:24, 7 October 2008 (UTC)
* Writing a parser to parse structured text into appropriate native types. (A good demonstration format to parse might be JSON, though it should be about creating a parser rather handling JSON.)
* [non-trivial] implement a table-based native code (macro?) assembler in various HLLs
418

edits