Cod-e-Codes/ion-lang
Ion is a systems programming language transpiled to human-readable C. It enforces memory safety with move-only ownership and stack-local references (no GC), and features a robust channels-only concurrency model using OS threads.
GitHub repository with 5 stars and 0 forks.
Language: Rust
Topics: c-backend, channels, compiler, concurrency, ffi, memory-safety, no-gc, ownership-model, programming-language, rust-inspired