Shell-like string interpolator #130
uosis
started this conversation in
Show and tell
Replies: 1 comment
-
I admit, this looks neat. But I think such a string interpolator will not bring any benefits. Or at least, there are downsides too, which may outrun the benefits. Here are some arguments against it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have been using a string interpolator that translates calls like
into
and found it very handy. Is this something that would be worthwhile to add to os-lib itself?
Beta Was this translation helpful? Give feedback.
All reactions