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

https://github.com/hackclub/hacklang

🖥 A programming language created for and by hackclubbers.
https://github.com/hackclub/hacklang

Last synced: over 1 year ago
JSON representation

🖥 A programming language created for and by hackclubbers.

Awesome Lists containing this project

README

          

# hacklang

A programming language created for and by hackclubbers. Basically javascript but the keywords are replaced with hackclubbers' names.

To contribute, please check out [CONTRIBUTING.md](https://github.com/hackclub/hacklang/blob/master/CONTRIBUTING.md)
Want a keyword? Apply [here](https://airtable.com/shr69zRPjSpmrLdmh)

| **hacklang keyword or operator** | **JavaScript Equivalent** |
| ------------------------------------------------------------------ | ------------------------- |
| `rice` ([Rishi Kothari](https://github.com/rishiosaur)) | `var` |
| `yuto` ([Yuto N.](https://github.com/starptr)) | `const` |
| `aditya` ([Aditya Rawat](https://github.com/aditya1rawat)) | `class` |
| `c a r o t` ([Kevin Dai](https://github.com/TheOneKevin/)) | `throw` |
| `gleich` ([Matt Gleich](https://github.com/Matt-Gleich)) | `=` |
| `ken` ([Ken Bro Mueller](https://github.com/kenmueller)) | `this` |
| `winston` ([Winston Iskandar](https://github.com/winstoniskandar)) | `if` |
| `theo` ([Theo Bleier](https://github.com/tmb)) | `while` |
| `zrl` ([Zach Latta](https://github.com/zachlatta)) | `constructor` |
| `josh` ([Josh Brown](https://github.com/jbis9051)) | `import` |
| `luke` ([Luke Carapezza](https://github.com/lukec11)) | `let` |
| `vincent` ([Vincent Dörig](https://github.com/vincentdoerig)) | `return` |
| `caleb` ([Caleb Denio](https://github.com/cjdenio)) | `new` |
| `kayley` ([Kayley Seow](https://github.com/kayleyseow)) | `else` |
| `breadduck` (Kate) | `await` |
| `lachlanjc` ([Lachlan Campbell](https://github.com/lachlanjc)) | `async` |
| `chalk` ([Isac Portillo](https://github.com/ChalkHuman)) | `export` |
| `safin` ([Safin Singh](https://github.com/safinsingh)) | `case` |
| `eleeza` ([Eleeza A.](https://github.com/E-Lee-Za)) | `try` |
| `claire` ([Claire Wang](https://github.com/clairebookworm)) | `continue` |
| `neel` ([Neel Redkar](https://github.com/neelr)) | `default` |
| `taylor` ([Taylor Lee](https://github.com/taylorylee)) | `yield` |
| `ongzz` ([Ong Zhi Zheng](https://github.com/Fogeinator)) | `void` |
| `sam` ([Sam Poder](https://github.com/sampoder)) | `function` |
| `anthony` ([Anthony Kung](https://github.com/Anthonykung)) | `break` |
| `sarthak` ([Sarthak](https://github.com/sarthaktexas)) | `catch` |
| `srsh` ([Saharsh Yeruva](https://github.com/saharshy29)) | `public` |
| `amogh` ([Amogh Chaubey](https://github.com/qmogh)) | `private` |
| `steggy` ([Steggy](https://github.com/rfblock)) | `debugger` |
| `jacob` ([Jacob Haap](https://github.com/jacobhaap)) | `static` |
| `kofler` ([Edwin Kofler](https://github.com/eankeen)) | `from` |
| `fayd` ([Faisal Sayed](https://github.com/faisalsayed10)) | `as` |
| `aaryan` ([Aaryan Porwal](https://github.com/aaryanporwal)) | `super` |