Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 3.59 KB

README.md

File metadata and controls

72 lines (46 loc) · 3.59 KB

Kisumu Programming Language

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.

Key Features

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

Getting Started

1. Install Kisumu

Installation instructions will be provided closer to the public release. Stay tuned for updates.

2. Write Your First Program

fn main() {
    print("Hello, Kisumu!")
}

3. Explore the Documentation

Dive deeper into Kisumu's features and capabilities:

Contributing to Kisumu

We welcome contributions to make Kisumu even better!
Learn how to get involved by reading our Contribution Guidelines.

Community and Feedback

Join the growing Kisumu community:

License

This project is licensed under the BSD 3-Clause License. See the LICENSE file for details.

👏 Supporters

Stargazers repo roster for @Zone01-Kisumu-Open-Source-Projects/kisumu-lang

Forkers repo roster for @Zone01-Kisumu-Open-Source-Projects/kisumu-lang

Back to top