User:Kevin Reid/E tasks: Difference between revisions

Content added Content deleted
(updates)
(mark some done, comment, also Testing a Function was incorrectly on the list)
Line 7: Line 7:
==Should go ahead and do==
==Should go ahead and do==
===Simple===
===Simple===
* [[Loop/Break]]
* [[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]])
* [[Dynamic variable names]] (ditto)
* [[Optional parameters]]
* [[Optional parameters]]
* [[Testing a Function]]
* [[Loop/Nested]]
* [[Loop/Nested]]
* [[Median]]
* [[Median]]
* [[Mode]]


===Problems===
===Problems===
Line 211: Line 207:
* [[Regular expression matching]] (need agreement on regexp substitution and regexp search-as-opposed-to-match)
* [[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)
* [[Sort stability]] (Need to find/write the documentation on this)
* [[Dynamic variable names]] (Once environment-<code>with</code> is builtin, show using it together with <code>interp.setTopScope</code>)


==Special cases==
==Special cases==