Replies: 1 comment
-
Auto-compute option could be controlled by output type:
More possibilities:
In general, I don't like the idea of adding lots of configs to enable variations of spelling. I am in favor of exploring syntax that we may want to add. And, we may find that some syntax can be handy at times, so I'm open to the idea of adding configs. Fwiw, I think auto-compute is worth having a config for. |
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.
-
I want to brainstorm the possibilities and usefulness of introducing a runtime config system to
grblas
.expr
to be arguments so thatexpr.new()
is not always required.expr.apply(op)
to auto-computeexpr
and return a new expression.expr.new()
in_repr_html_
for expressions (I now think we should do this by default).A + B
and-A
, which will return expressions.A += 1
?What other configurations might be useful?
Would we be comfortable using donfig for this?
CC @jim22k
Beta Was this translation helpful? Give feedback.
All reactions