Kiwi is a high-level, dynamically-typed language designed for efficiency and expressiveness across a variety of tasks.
Clone the repository:
$ git clone https://github.com/fuseraft/kiwi.gitRun the build script:
$ ./build.shCreate a symlink to run kiwi from anywhere:
$ mkdir -p ~/bin
$ ln -sf "$(pwd)/bin/kiwi" ~/bin/kiwiVerify setup:
$ kiwi -vFor syntax highlighting and code snippets in VS Code, install the Kiwi language extension.
Open VS Code, launch Quick Open (Ctrl+P), paste the following command, and press Enter:
ext install fuseraft.kiwi-lang
The docs provide comprehensive information on language features, usage, and the standard library.
Explore the test suite for a variety of test cases. To run the test suite:
$ kiwi tests/testContributions are highly appreciated! Here’s how to get involved:
- Join the Discussion: Join the community on Discord.
- Fork the Repository: Fork Kiwi on GitHub.
- Clone the Repository: Clone your forked copy to your machine.
- Set Up Your Environment: Follow the steps in "Getting Started."
- Make Changes: Implement new features or fix issues.
- Test Your Changes: Run all tests to ensure stability.
- Submit a Pull Request: Submit your changes for review.
For more details, please refer to CONTRIBUTING.md.
This project is licensed under the MIT License.