User:Kevin Reid/E tasks: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Large projects: split out the meta tasks)
m (remove completed)
Line 1: Line 1:
This is [[User:Kevin Reid|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.
This is [[User:Kevin Reid|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 18:10, 27 July 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.
As of 18:09, 29 July 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">
<div style="-webkit-column-count: 3">
Line 34: Line 34:
* [[Median filter]]
* [[Median filter]]
* [[Midpoint circle algorithm]]
* [[Midpoint circle algorithm]]
* [[Percentage of difference between 2 images]]
* [[PPM conversion through a pipe]]
* [[PPM conversion through a pipe]]
* [[Quadratic bezier curves]]
* [[Quadratic bezier curves]]
Line 45: Line 44:
* improve [[Median]] (research better algorithms)
* improve [[Median]] (research better algorithms)
===Integers===
===Integers===
* [[Happy Number]]
* [[Lucas-Lehmer test]]
* [[Lucas-Lehmer test]]
* [[Miller-Rabin test]]
* [[Miller-Rabin test]]
Line 62: Line 60:
* [[Data Munging]]
* [[Data Munging]]
* [[Data Munging 2]]
* [[Data Munging 2]]
* [[:Category:RCHQ9+|RCHQ9+]]
* [[:Category:RCRPG|RCRPG]]
* [[:Category:RCRPG|RCRPG]]
* [[:Category:RCSNUSP|RCSNUSP]]
* [[:Category:RCSNUSP|RCSNUSP]]

Revision as of 20:15, 29 July 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 18:09, 29 July 2009. When updating this list, consult the diffs since then for what to add/remove.

Algorithmic

GUI

Reflective

Graphics

Using Basic bitmap storage

Mathematics

Integers

Numerics

Large projects

Rosetta Code processing

Argue with

Needs a ... to be done well

Reflection toolkit

User-defined exceptions

Parser library

Iter/accum/stream tools

  • N distinct objects (needs better answer than accumulator)
  • ...and many other tasks to improve

Matrix type

Complex type

Rational type

Calendar

Stream IO

Console input

Sockets

Operating system interfaces

FFI

Database

Protocol/language implementations

Miscellaneous

Needs improvement

  • improve Dynamic variable names (Once environment-with is builtin, show using it together with interp.setTopScope)

Special cases

Notable omits

To review

Insert new tasks here.