User:Kevin Reid/E tasks: Difference between revisions

mark some done, comment, also Testing a Function was incorrectly on the list
(updates)
(mark some done, comment, also Testing a Function was incorrectly on the list)
Line 7:
==Should go ahead and do==
===Simple===
* [[Loop/Break]]
* [[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]]
* [[Testing a Function]]
* [[Loop/Nested]]
* [[Median]]
* [[Mode]]
 
===Problems===
Line 211 ⟶ 207:
* [[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)
* [[Dynamic variable names]] (Once environment-<code>with</code> is builtin, show using it together with <code>interp.setTopScope</code>)
 
==Special cases==