home.social

#string_interpolation — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #string_interpolation, aggregated by home.social.

  1. @postmodern Well, agreed. I think Fish should have some sort of POSIX mode so that at least it could emulate Bourne variable assignments and if-statements for basic stuff, but I like not having to shell out to #sed or #grep instead of just using the string #builtin, and now that they support `"$()"` for #string_interpolation instead of only `()` I just find it a more powerful shell and really like the autoloading of aliases, functions, and completions.The simpler parsing reminds me of #TCL.