v0.2.1 — stable
The Cream
Programming Language
A modern, expressive language built for clarity and power. Write less, do more.
hello.cream
func main() {
print("Hello from Cream!")
let nums = [1, 2, 3, 4, 5]
for n in nums { print(n * 2) }
}
Fast & Lightweight
450+ built-in operations on Python's battle-tested runtime.
Expressive Syntax
Clean, readable code. No boilerplate. Just logic.
Full Toolchain
IDE, VS Code extension, interpreter — out of the box.
Cross-Platform
Windows, Linux, macOS, Android.
Ready to try Cream?
Open source. Free forever. Built by MauyaApps.
GitHub →