User:Kevin Reid/E tasks: Difference between revisions

From Rosetta Code
Content added Content deleted
(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==

Revision as of 19:18, 24 June 2009

This is 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 16:03, 21 June 2009. When updating this list, consult the diffs since then for what to add/remove.

Should go ahead and do

Simple

Problems

Data structures

Algorithmic

Type algebra/staticness

Object-oriented/inheritance

Concurrency

  • Rendezvous (Hard to define what this means in E. Intervat perhaps? Is currently marked omit.)

Funky control flow

Probably messy

GUI

Reflective

Graphics

Mathematics

Integers

Numerics

Large projects

Argue with

Contortions

Needs a ... to be done well

Reflection toolkit

User-defined exceptions

Parser library

Iter/accum/stream tools

Image type

Matrix type

Complex type

Rational type

Calendar

Stream IO

Console input

Sockets

Operating system interfaces

FFI

Database

Protocol/language implementations

Miscellaneous

Special cases

To review

Insert new tasks here.