Arnaud Spiwack
Arnaud Spiwack
I did mean “can”.
I don't think that I understand what you mean here. Sorry.
It is most definitely correct. (unless we are doing some sort of let-generalisation, but we decided not to go that way) ---- There are two typical ways to handle this...
I think I like the ``[| `foo, `bar |]`` best right now.
> but can you just parse the enum declaration as a list of enum tags in the appropriate position Not really. The point of this discussion is that we have...
We need probably some observation time on what people need array for in practice. That being said, a comprehension syntax is often a great addition, as chaining `concatMap` is not...
Nice catch. I wonder if it can be done without every primitive having a special case for `Wrap`? Maybe having a default behaviour for `Wrap` for every `Op`, but give...
There seem to be an option missing in this story: When we point to a string, we point to a `Rc`, so that we don't have to deal with the...
I feel I've said this elsewhere. But [jupyter console](https://jupyter-console.readthedocs.io/en/stable/) is quite probably the fastest route to a full-featured repl console. There are some rust libraries to this effect, which would...
Adding to my previous comment. There is support for writing Jupyter stuff in Rust: https://crates.io/crates/jupyter-client . Which makes it even more convenient.