On Wed, Oct 21, 2020 at 1:22 AM Steven D'Aprano steve@pearwood.info wrote:
I think we have at least six mini-languages now?
- regexes
- string interpolation with %
- template strings
- format mini-language
- f-strings
- date/time format strings
We also have the struct mini-language for interpreting packed bytes. I feel like we're forgetting something else. :-) (not being coy, I'm not sure what it is off the cuff).