diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-11-25 11:33:13 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-11-25 11:33:13 -0800 |
commit | 8bd3f99fc3e448f3ec5e396a8775454eb111d5c6 (patch) | |
tree | 2709a748d9c4f67bc5bede7798ef4488f8e98d23 /html/075channel.mu.html | |
parent | ccae45851f729ada29391e7497cf8e4c9796ff8c (diff) | |
download | mu-8bd3f99fc3e448f3ec5e396a8775454eb111d5c6.tar.gz |
3688
Move my todos over the past couple of years into the codebase now that it might be going dormant. Surprising how few todos left undone!
Diffstat (limited to 'html/075channel.mu.html')
-rw-r--r-- | html/075channel.mu.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html/075channel.mu.html b/html/075channel.mu.html index 7b9ade33..ed6eda1d 100644 --- a/html/075channel.mu.html +++ b/html/075channel.mu.html @@ -191,6 +191,9 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color reset lock ] +<span class="Comment"># todo: create a notion of iterator and iterable so we can read/write whole</span> +<span class="Comment"># aggregates (arrays, lists, ..) of _elems at once.</span> + <span class="muRecipe">def</span> clear in:&:source:_elem<span class="muRecipe"> -> </span>in:&:source:_elem [ <span class="Constant">local-scope</span> <span class="Constant">load-ingredients</span> |