User:Kevin Reid/E tasks: Difference between revisions

updates
(update)
(updates)
Line 1:
This is [[User:Kevin Reid]]'s classification of [[Tasks not implemented in E]], or just poorly done in E, by what kind of problem they are, or what kind of library/language work should come first.
 
As of 20:0403, 310 June 2009. When updating this list, consult [http://rosettacode.org/w/index.php?title=Template:Unimp_body_E&action=history the diffs] since then for what to add/remove.
 
<div style="-webkit-column-count: 3">
Line 7:
==Should go ahead and do==
===Simple===
* [[Loop/Break]]
* [[Eval]] (except for the "how to bind a variable" bit but we already lost on that in [[Eval in environment]])
* [[Dynamic variable names]] (ditto)
Line 46 ⟶ 47:
==Object-oriented/inheritance==
* [[Inheritance]]
 
==Concurrency==
* [[Rendezvous]] (Hard to define what this ''means'' in E. Intervat perhaps? Is currently marked omit.)
 
==Funky control flow==
Line 176 ⟶ 180:
* [[Call function in shared library]]
* [[OpenGL]]
* [[Machine Address]]
 
===Database===
Line 200 ⟶ 205:
* [[Write float arrays to a text file]] (same as Formatted Output)
* [[Regular expression matching]] (need agreement on regexp substitution and regexp search-as-opposed-to-match)
* [[Sort stability]] (Need to find/write the documentation on this)
 
==Special cases==
Line 206 ⟶ 212:
==To review==
Insert new tasks here.
* [[Memory Allocation]]
 
</div>