Checking In 2018-08-10
In this post:
- How am I doing?
- What am I going to do?
It feels like I'm recovering from all of the stuff we did last weekend, but I'm still not feeling up to the normal workload I was pulling off before.
My hope is that I can work my way up to that.
The next step, I think, is to start practicing drawing again tomorrow. After that, I want to try getting back into weekly projects next week. I have a few options there:
- Improving the syntax file(s) has the slight disadvantage that it's incredibly complicated. I think my best bet would be to focus solely on writing up test files so I can enumerate what I expect and get some test-driven stuff into all of this.
- There are just two things I want to add to Structured Data in terms of base features: transformer structure nodes, and callable multi-match wrappers. Put together, these would then allow me to implement optimizing transformations of pure multi-matches, so I can write stuff, in my DSL, to make my DSL faster, which is obviously a sensible use of resources.
- Maybe my best bet would just be to write up the changes to Jedi that I still want to make.