v2022-07-03
Clean up and simplify usage of Pine kernel functions + Make function names more consistent. + Simplify usage of commutative operations: Generalize functions like `and` and `add` from two arguments to a list of arguments. + Offer generalized `skip`, `take`, `reverse`, and `concat` working on both lists and blobs. + Expand error message in case of failure to find requested kernel function: List names of the available functions.