RFC Use python for shell scripts
Created by: keegancsmith
I got started down a path of making the zoekt shell script very complicated, so first I converted it to python. I've stopped that path for now since I started getting into over-engineering territory. But I was really enjoying using a cleaner and more powerful language.
Things you get:
- Testability
- A REPL
- Easy to use data structures (maps, sets, etc)
- Batteries included.
This PR is for others to comment on the idea of using python (or another "OS default" scripting language) for our dev scripts. This is just the initial commit I did to show the basic setup replacing a very simple shell script. WDYT?
Note: I do not intend on landing this PR, it exists for discussion.