Replies: 2 comments
-
Personally, I prefer the existing syntax because it's succinct and there's intuition behind it. However, it leads to the issue of having to suppress python warnings about tuples not being callable (ha!) which im glad to get rid of, so I don't mind changing to something more verbose |
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
-
#350 introduces support for calling tuples of functions
That is cool and all, but I feel most users are not used to that syntax so they'll get confused.
I would rather prefer an explicit
FnTensor(foo, bar, baz)
or similar to clearly lay out what's going on there.Beta Was this translation helpful? Give feedback.
All reactions