User:Kevin Reid/E tasks: Difference between revisions

Content added Content deleted
No edit summary
(updates)
Line 1: 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.
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 00:02, 23 May 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 04:03, 24 May 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 9: Line 9:
* [[Exceptions]]
* [[Exceptions]]
* [[Eval]] (except for the "how to bind a variable" bit but we already lost on that in [[Eval in environment]])
* [[Eval]] (except for the "how to bind a variable" bit but we already lost on that in [[Eval in environment]])
* [[Optional parameters]]


===Problems===
===Problems===
Line 21: Line 22:


===Data structures===
===Data structures===
* [[Doubly-Linked List]]
* [[Doubly-Linked List (element insertion)]]
* [[Formal Power Series]]
* [[Formal Power Series]]
* [[Playing Cards]]
* [[Playing Cards]]
Line 36: Line 35:
* [[Maximum subsequence]]
* [[Maximum subsequence]]
* [[Non Continuous Subsequences]]
* [[Non Continuous Subsequences]]
* [[Permutation Sort]]
* [[Selection sort]]
* [[Selection sort]]
* [[Shell sort]]
* [[Shell sort]]
* [[Point in polygon (ray casting algorithm)]]


==Type algebra/staticness==
==Type algebra/staticness==