From bd7105e33333638fb22e076dbbc628bfbcb13e09 Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Sat, 4 Apr 2020 16:35:02 -0400 Subject: [PATCH] Update some notes --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29306d4..b7098ea 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,13 @@ ## 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 examples. - `spiral_nested_2` & `spiral_nested_3` (how to compose efficiently?) - `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: