There is something deeply painful about being aware of your own limits.
I want to create a BASIC compiler in Rust but I'm paralysed that I won't be doing it right. Actually its not even that I won't make it right, it's that I don't know Rust well enough to make it do anything wrong. I've done a little bit of rust recently and even that has fallen into disuse and now I need a refresher on the my refresher.
The solution is to use and build more things in Rust, but that becomes difficult when the hours in a day are limited and I have other things that need to get done.
I'm going to focus on just building a crummy TCL like interface for sqlite so that I can at least pretend sqlite is like my usual pick systems.