A simple, beginner-friendly programming language inspired by BASIC
Coconut is a simple, easy-to-learn programming language that introduces basic concepts like variables, conditionals, and flow control. It’s designed for beginners and offers a familiar syntax that makes learning programming easy.
To get started with Coconut Language:
git clone https://github.com/yourusername/CoconutLang.gitcd CoconutLangpython coconut_interpreter.pyVisit the GitHub repository for more information, issues, and contributions.