Skip to content

just-a-mango/mango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Mango 👋

forthebadge

A programming language with the purpose of being easy to understand and fast

(All development on Mango is stopped)

📄 Documentation       

🔧 Usage

⏬ 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)

🧪 Run tests

mango -i

 

Compatibility

✅: 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): ❓  

Author

👤 Just_a_Mango

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Pull Requests

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

How versioning works

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.

Current development

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..

Show your support

Feel free to ⭐️ this repository if you like my language!

🏛️ License

MIT License

Copyright (c) 2022 Just_a_Mango