drop even more libc functions
This commit is contained in:
@@ -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: ")
|
||||
|
||||
Reference in New Issue
Block a user