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

→‎Project level: discrete event simulation project proposed
m (→‎Mathematics and algorithms: computing numerically \Gamma)
(→‎Project level: discrete event simulation project proposed)
Line 75:
* 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
* [non-trivial] Demonstrate discrete event simulation and stateful behaviour by simulating a simple pick-and-place or storage/retrieval system robot. The robot would be given commands to retrieve from location A and place into location B. The robot would in turn command its 4 motors in sequence in order to accomplish the task. The amount of time that a motor runs would be dependant on the distance required to move. A scheduler would be set up to generate callback events to the motors at proper times to indicate
their motion was complete. The complete specification of this task would be somewhat involved. --[[User:Rldrenth|Rldrenth]] 18:09, 20 January 2009 (UTC)
 
=Recently Completed=
Anonymous user