Skip to content

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

Notifications You must be signed in to change notification settings

python-ast-person/tagstr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages