On Wed, Aug 28, 2019 at 04:02:26PM +0100, Paul Moore wrote:
On Wed, 28 Aug 2019 at 15:55, Mike Miller <[email protected]> wrote:On 2019-08-28 01:05, Paul Moore wrote: > However, I know of almost no examples of other languages that have > added*user-definable* literal types (with the notable exception of Believe there is such a feature in modern JavaScript: https://developers.google.com/web/updates/2015/01/ES6-Template-Strings#tagged_templatesInteresting - thanks for the pointer!
Elixir has something it calls sigils. It seems to be basically the map-to-function variant: https://elixir-lang.org/getting-started/sigils.html Konstantin
signature.asc
Description: PGP signature
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/GKQ2AXLISVFY6TEIEE4FI5YMV7PDFCEW/ Code of Conduct: http://python.org/psf/codeofconduct/
