https://github.com/dxtym/skibidi
computer yappery
https://github.com/dxtym/skibidi
Last synced: about 1 year ago
JSON representation
computer yappery
- Host: GitHub
- URL: https://github.com/dxtym/skibidi
- Owner: dxtym
- Created: 2024-09-26T17:19:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T17:30:29.000Z (over 1 year ago)
- Last Synced: 2025-02-14T11:53:28.082Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).