Welcome to Kisumu, a modern statically-typed programming language inspired by Go, Rust, and Python. Kisumu is designed for simplicity, performance, and scalability, making it an excellent choice for both beginner programmers and experienced developers building robust, efficient applications.
- C-style Syntax: Easy-to-read and familiar syntax for developers.
- Statically Typed: Ensures type safety and performance.
- First-Class Concurrency: Powerful models like goroutines, actors, and channels.
- Extensibility: Modular structure with packages for scalable codebases.
- Garbage Collection: Automatic memory management for safety and ease.
- Interoperability: FFI support for integration with C, Go, and more.
Installation instructions will be provided closer to the public release. Stay tuned for updates.
fn main() {
print("Hello, Kisumu!")
}
Dive deeper into Kisumu's features and capabilities:
We welcome contributions to make Kisumu even better!
Learn how to get involved by reading our Contribution Guidelines.
Join the growing Kisumu community:
- Share feedback in docs/community/feedback.md.
- Check out our Code Of Conduct.
This project is licensed under the BSD 3-Clause License. See the LICENSE file for details.