On Tue, Oct 19, 2021 at 3:34 AM Ricky Teachey <ri...@teachey.org> wrote: > insert(x).into.seq(s).at(i) > insert(k, v).into.mapping(m) > > I would never use any of this in a serious application, but it's still fun.
Reminds me of some testing/assertion frameworks. I'm not a fan, but some people like it. expect(thing).to.be.numeric() ChrisA _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/YMDXSDRYD6PBAR6TBASYGVKW3LI4ME6U/ Code of Conduct: http://python.org/psf/codeofconduct/