Y
Hacker News
new
|
ask
|
show
|
jobs
by
foobahify
437 days ago
The issue was solved by having a rich and Turing complete language. I am not huge on adding language features. This seems like userland stuff.
1 comments
actinium226
437 days ago
I tend to agree. I think it's easy enough to use a lambda in this case
>>> template = lambda name: f'Hello {name}' >>> template('Bob')
link