Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

49 lines (24 loc) · 1.16 KB

Tag strings

This repo contains an issue tracker, examples, and early work related to PEP 999: Tag Strings.

Naming

"Tag strings" or "tag-strings"? Hyphenating directly parallels f-strings, and it could be possibly easier to search for. On the other hand, "tag strings" might read better. Let's play with this spelling to see what works best.

Origins

This project is directly inspired by the JavaScript's support of tagged template literals.

Related work in Python includes

Implementation

TODO - this will be in a fork of CPython.

Examples

TODO - include examples like the following, especially ones based on "attractive nuisance" use of f-strings:

  • Internationalization
  • Logging
  • HTML

Tutorial

TODO

Specification

TODO

Motivation

TODO