Update some notes

This commit is contained in:
Chris Hodapp 2020-04-04 16:35:02 -04:00
parent 4c0ef2abca
commit bd7105e333

View File

@ -2,15 +2,13 @@
## Highest priority: ## Highest priority:
- If my `closure_try2` branch seems to be working: start converting
other things and cleaning everything up. (`twist` is still ugly.
Look at all my TODOs in it.)
- See `automata_scratch/examples.py` and implement some of the tougher - See `automata_scratch/examples.py` and implement some of the tougher
examples. examples.
- `spiral_nested_2` & `spiral_nested_3` (how to compose - `spiral_nested_2` & `spiral_nested_3` (how to compose
efficiently?) efficiently?)
- `twisty_torus` - `twisty_torus`
- `ram_horn_branch` - Can I pass depth via a closure? - `ram_horn_branch` - Can I pass depth via a closure? Do I need
mutual recursion for this?
## Important but less critical: ## Important but less critical: