User:Kevin Reid/E tasks: Difference between revisions

updates
(mark some done, comment, also Testing a Function was incorrectly on the list)
(updates)
Line 1:
This is [[User:Kevin Reid|Kevin Reid]]'s classification of [[Taskstasks 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 16:0503, 1621 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 11:
* [[Loop/Nested]]
* [[Median]]
* [[Pascal's Triangle]]
 
===Problems===
Line 76 ⟶ 77:
* [[Quadratic bezier curves]]
 
==NumericsMathematics==
* [[GammaPolynomial functionlong division]]
* improve [[Median]] (research better algorithms)
===Integers===
* [[Greatest common divisor]]
* [[Happy Number]]
Line 83 ⟶ 86:
* [[Miller-Rabin test]]
* [[Multiplicative order]]
* [[Pascal's Triangle]]
* [[Perfect Numbers]]
* [[Trial factoring of a Mersenne number]]
===Numerics===
* [[Gamma function]]
* [[Polynomial Fitting]]
* [[Quadratic Equation]]
* [[Roots of a function]]
* [[Sequence of Non-squares]]
* [[Trial factoring of a Mersenne number]]
 
==Large projects==
Line 170 ⟶ 174:
* [[Echo Server]]
* [[Sockets]]
* improve [[Discover the Hostname]] (done by shell command, but should be done internally)
 
===Operating system interfaces===
Line 202 ⟶ 206:
 
===Miscellaneous===
* [[BNF Grammar]]
* [[Formatted Numeric Output]]
* [[Print a Stack Trace]] (cross-impl agreement)
Line 207 ⟶ 212:
* [[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)
* improve [[Dynamic variable names]] (Once environment-<code>with</code> is builtin, show using it together with <code>interp.setTopScope</code>)
 
==Special cases==