Skip to content

A minimalist, readable, and performant language for the modern age

License

Notifications You must be signed in to change notification settings

monkfromearth/monk-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monk Lang

Monk Logo

A minimalist, readable, and performant programming language for the modern age

Design Goals:

  • Performance: Powered by Go-like performance characteristics.
  • Readability: Focusing on the simplicity and readability of Python.
  • Flexibility: Borrowing the flexible import/export model from JavaScript.
  • Type System: Light, flexible typing like Go, with the option to declare types when necessary (similar to TypeScript but less complex).
  • Borrowing Model: Inspired by Rust, but simpler and integrated into the language without needing a mut keyword.
  • Minimal Syntax: No semicolons, no func keyword for functions, clean and concise.

Read more about Monk Lang here.

Contributing

We welcome contributions to the Monk Language Support extension! If you'd like to contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature
  3. Make your changes
  4. Submit a pull request

Please ensure your code adheres to our coding standards and includes appropriate tests.

Feedback and Issues

If you encounter any problems or have suggestions for improvements, please file an issue on our GitHub repository.

License

This extension is released under the MIT License.

Acknowledgements

Monk Language Support is made possible thanks to the contributions of the open-source community.


Happy coding with Monk! 🕯️

Candle icons created by Freepik - Flaticon


About

A minimalist, readable, and performant language for the modern age

Topics

Resources

License

Stars

Watchers

Forks

Languages