Email or username:

Password:

Forgot your password?
Devil Lu Linvega

Of course, you wouldn't want to be writing hexadecimals all day.

12 comments
Helge Rausch

@neauoire Well... I wouldn't want to write
```go
foo, err := bar()
if err != nil {
handleError(err)
}
```
all day either... 😅

DELETED

@neauoire Kinda curious if a *slightly* higher-level language could be written on top of uxn that was both a) meaningfully more readable and b) close to trivial to implement (no really high-level features, just a different syntax, maybe?)...

Devil Lu Linvega

@pixelherodev there's already a couple, but also the assembler is pretty simple so someone could add a decimal mode, or other basic features to it if they needed.

Go Up