Something that even Assistant cant' do: bash functions, bash libraries. The...

@mistersql

Something that even Assistant cant' do: bash functions, bash libraries. The alternatives are
- real programming languages (not concise)
- b
- zsh (too similar to bash)
- xonsh, powershell, fish (too few people use these, at least in my context)

Self-replies

When assistant is asked to create a library of functions, it says, oh! use `source` to import libraries and `export` to export a function and misses the point that bash lack all of the infrastructure to make it work like, say, pypi + namespaces + python's `import` command, etc. etc.