drop even more libc functions

This commit is contained in:
2025-11-22 18:41:35 +01:00
parent ce54d1b560
commit 06c979f177
8 changed files with 58 additions and 30 deletions

View File

@@ -5,13 +5,15 @@ A very cool language
## Features
* Clean indentation-based syntax
* Compiles to x86_64 Assembly
* ~~No libc required~~ (SOON; still used for `malloc,realloc,free,snprintf,system,gethostbyname`)
* Produces tiny static executables (~50KB with musl)
* Sometimes works
* Has the pipe operator
## Syntax
```rust
func main[] : I64
let answer: I64 = math.abs(math.urandom()) % 100
let answer: I64 = math.abs(os.urandom()) % 100
while true
io.println("Guess a number: ")