⏬ This will execute any given .mango file
mango <yourfile>.mango
mango
⏫ This will launch the Mango interpreter(allows you to execute commands without creating a file)
mango -i
✅: fully compatible
❓: under investigation/not planned atm
💢: partially compatible
⛔: not compatible
- Windows 11/10: ✅ -> emojis/colors will work if you use Windows Terminal
- Windows 8(and lower): ❓
- Linux(any distro): ❓
- MacOs(any version): ❓
👤 Horace Hoff
- Website: https://horacehoff.github.io/
- Github: @horacehoff
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
When adding/proposing new features to Mango, make sure to have read the following:
1️⃣-the added/improved code must be readable
2️⃣-the added/improved code must be as commented as possible
3️⃣-the added/improved code must prioritise cross-platform and native solutions, do not use third-party modules
4️⃣-the comments must be as understandable and concise as possible
Each major Mango release gets a new "version name": a random word, animal, that describes it best.
Right now, the current version is Newborn, due to the fact that Mango is still very young, in active development, and nowhere near fully developed.
As of now the development is slow/stopped, and I do not know when work on Mango will start back at a normal pace. Currently implemented are: functions, variables, conditions, the module system, and some object properties as well as multiple other functions like print, debug, ask, stop, and many more..
Feel free to ⭐️ this repository if you like my language!
Copyright (c) 2022 Just_a_Mango