On Wed, Jan 30, 2019 at 11:06 AM Chris Angelico <ros...@gmail.com> wrote:

> Most places where you need to talk to humans, you'll end up either
> interpolating the values into a template of some sort (see: percent
> formatting, the format method, and f-strings), or plug individual
> values straight into method calls (eg when building a GUI). I'm not
> sure why or how your use-case is somehow different here.

Actually we're moving away from templates, in favor of functional
decorating component-based pattern pretty much like React, in some R&D
open source project. Not only do we get much better performance than
with a template rendering engine, but we also get all the power of a
good programing language: Python :)

-- 
∞
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to