An open API service indexing awesome lists of open source software.

https://github.com/dxtym/skibidi

computer yappery
https://github.com/dxtym/skibidi

Last synced: about 1 year ago
JSON representation

computer yappery

Awesome Lists containing this project

README

          

## Skibidi

A toy programming language inspired by Monkey except uses Gen-Z slang.

### Example
```
amogus fib = cook(n) {
hawk (n < 2) {
rizz n;
} tuah {
rizz fib(n - 1) + fib(n - 2);
}
}

amogus res = fib(10);
yap(res);
```

To see more, check out the [examples](https://github.com/dxtym/skibidi/tree/main/examples).