-
### Problem
When using \=expression in substitute command, the expression runs before the user hits enter, and causing unexpected behavior.
https://github.com/user-attachments/assets/46384d0d-78ed-4…
-
The following fails to compile:
```c#
List c = [1, .. b ? [2] : []];
```
With the error: error CS0173: Type of conditional expression cannot be determined because there is no implicit conversi…
-
Need to test for same expression/different expressions, or alternatives calls. Mimic real use in a seminar/classroom.
-
Currently, `in` is only supported in `for` loops. `in` can be added as an infix operator (membership, pattern matching, etc); valid in any expression. Support for `not in` would need to be implemented…
-
I have not yet found an example of a loop starting with `for (typeRef var in listExpr) { ... }` that is unrolled.
It seems like that kind of loop would be the easiest to unroll, since the exact num…
-
Hello, I encountered a situation and I would like to know if there is a way to achieve it. Please take a look at my code:
var target = new Interpreter()
.SetVariable("a", 10)
.SetVariable…
-
**Is your feature request related to a problem? Please describe.**
OpenSearch users are often familiar with [Painless script](https://opensearch.org/docs/latest/api-reference/script-apis/exec-scrip…
-
**Is your feature request related to a problem? Please describe.**
Expressions to set props are executed quite often.
As Angular now supports signals, it would be helpful to be able to e.g. use a co…
-
-
Let's create a worked-out example in about 1 page of code or less of an interesting computation graph that can be re-expressed as an expression graph.
The heart of PyTorch is the ability to define …