-
-
Module import paths will allow to specify a path to load modules from.
It is similar to `-I` flag in C.
For example, this could be shortened:
```
import (
"window.um"; "rect.um"; "th.um";…
-
I've tested that tophat can run on linux arm devices like the raspberry pi, however no binaries for these platforms are offered.
-
In proped, I need to open a file dialog and keep redrawing the host program. As far as I know this isn't possible with fibers. Would it be possible to add a new function that would run the fiber in a …
-
```
fn f(v: uint16) {
}
fn main() {
f(~uint16(0))
}
```
```
Runtime error /playground.um (5): Overflow of uint16
Stack trace:
main: /playground.um (5)
: /playground.um (6)
…
-
Interpreters
- https://github.com/FastVM/Web49 discussed here https://news.ycombinator.com/item?id=29850562 and https://github.com/FastVM/minivm-cc
- https://github.com/wasm3/wasm3
- dascript https…
-
## **General information**:
**Project issue is for:**
Server
**Expected result**:
Fence selling loads of trash with a minor chance of offering something of use.
**Actual result**:
Fen…
-
I would like to convert textmate JSON language definitions (like those used in VSCode) to this format (so I can convert to other things.) Is this possible? Has someone already made a tool for this?
-
```mymod.um```:
```
type s64 = int;
fn f*(xs: []s64): s64 {
return xs[0];
}
```
```main.um```
```
import "mymod.um";
type s64 = int;
fn main() {
var xs: []s64 = make([]s64, 10);
m…
-
I'm working on russian translation for this map and i noticed that these are not supporting translations, so can you add them?