Warning
Kaede is still in pre-release. The language specification and standard-library APIs may change significantly before 1.0.
Kaede is a statically-typed, compiled language with a rich feature set for writing servers concisely without giving up performance.
- Write concisely - Garbage collection manages memory for you so you can focus on your program's logic
- Concurrency made easy - Lightweight threads, typed channels (
<-), and non-blocking I/O - Rust when you need it -
import rust::<crate>to use Rust crates directly - Rich syntax and types - Mostly expression-oriented code, with sum types, pattern matching (
match), generics, structs and methods, closures, and modules
Read Installation on the official site.
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.