v0.2.1 — stable
The Cream
Programming Language
50× simpler than Python. One syntax for web, data, automation, and everything in between.
hello.cream
-- Hello from Cream!
name = "World"
say "Hello, {name}!"
numbers = [1, 2, 3, 4, 5]
result = numbers
| filter(x → x % 2 == 0)
| map(x → x * 3)
| sum
say "Result: {result}"
50× Simpler
No brackets, no semicolons, no boilerplate. Just clean indented code.
Pipeline Syntax
Chain operations with | like a data flow.
450+ Built-ins
math, net, file, str_, stats — everything, zero imports.
Cross-Platform
Windows, Linux, macOS. Runs in browser too.
Ready to try Cream?
Open source. Free forever. Built by MauyaApps.
GitHub →