Who is EZ for?
Everyone. But especially you if you're just starting out.
Beginners
EZ was built with you in mind first. The syntax reads like English, error messages explain what went wrong, and there's no hidden complexity waiting to trip you up.
Hobbyists
Want to automate something? Build a small tool? Tinker with code on weekends? EZ is perfect for projects where you want to get things done without fighting your tools.
Experienced Developers
If you're tired of complexity, EZ might be refreshing. No frameworks to configure. No dependency trees to manage. No hidden behavior to debug. Just explicit, predictable code.
What Can You Build?
- Scripts — Automate tasks, process files, transform data
- CLI tools — Build command-line utilities
- Small to medium projects — Applications that don't need enterprise scale
- Learning projects — The best way to learn is by building
Who Might EZ NOT Be For?
If you need high-performance computing, mobile apps, web frontends, or machine learning — EZ isn't the right tool today. EZ is focused on being great at what it does, not being mediocre at everything.
If you love OOP and class hierarchies, want a massive package ecosystem, or prefer implicit over explicit behavior — you might not vibe with EZ's philosophy. And that's okay.