-
-
### Reproducing the behavior
Toolchain Setup:
'rustup' and 'nightly toolchain' installed via Homebrew on Mac OS (Intel) (not direct 'rustup' Rust installation, i.e., cannot run 'cargo _+nightly_ in…
ToXP updated
5 months ago
-
I created a [Google Doc](https://docs.google.com/spreadsheets/d/1ilo_q4Qu_hXvhlKXskjjVudeR-lz2zwig7RFBfjtiNU/edit?usp=sharing) which contains some overview of what features different MCUs have.
Th…
-
We should refactor the tutorial into an initial part that's similar to what we have now, or the middle part of my talk, and then a collection of examples that also serve as excuses to go into more dep…
-
Bend recently updated to not need rust nightly anymore.
Since hvm also doesn't need it to work and was only saying so that users only need one version of Rust to install both crates, we can now remov…
-
Unicode code points in the range U+D800 to U+DFFF are used for encoding UTF-16 surrogate pairs, and can not occur on their own in a valid Unicode sequence. However, the `\uHHHH` escape sequence can be…
GULPF updated
2 years ago
-
### Reproducing the behavior
This program used to work with `v2.0.9` but is failing with all future versions:
```python
Map.contains map key =
match map {
Map/Leaf: 0
Map/Node:
…
-
**Is your feature request related to a problem? Please describe.**
Currently the IOs print on stderr when they fail and return an ERA node.
The program has no way of knowing that it failed, so the `…
-
**Is your feature request related to a problem? Please describe.**
I am building a recrusive data structure where elements are set as specific bits of a given number in the binary representation. As …
-
**Describe the bug**
When running the `fib.bend` program with an input value larger than 30, the time to generate an output becomes unusably slow.
In contrast, running the same program in Rust pro…