User:Kevin Reid/E tasks: Difference between revisions

mark the items which are 'improve' as opposed to uncompleted
(misc redirect-shortenings (some guessed))
(mark the items which are 'improve' as opposed to uncompleted)
Line 102:
 
===Parser library===
* [[Arithmetic evaluation]] ought to use one even if it's not technically required. (improve)
 
===Iter/accum/stream tools===
* [[N distinct objects]] (improve: needs better answer than accumulator)
* ...and many other tasks to improve
 
Line 137:
* [[Echo server]]
* [[Sockets]]
* [[Hostname]] (improve: done by shell command, but should be done internally)
 
===Operating system interfaces===
Line 143:
* [[Fork]]
* [[Interrupts]]
* [[Query Performance]] (improve: done EoJ; needs cross-platform)
 
===FFI===
Line 182:
 
==Needs improvement==
* improve [[Dynamic variable names]] (improve: Once environment-<code>with</code> is builtin, show using it together with <code>interp.setTopScope</code>)
 
==Special cases==
* [[Measure relative performance ofCompare sorting algorithms' implementationsperformance]] — waiting on [[Shell sort]], [[Plot x, y arrays]], [[Write float arrays to a text file]], [[Polynomial regression]]
 
==Notable omits==