# YOM
[github](https://github.com/G0o53/yom) - [cargo](https://crates.io/crates/yom)
`yom` is the fast, almost scary fast, `dash` competitor (even though it can only execute scripts!). While `dash` is a nightmare to install, `yom` is built for the modern dev.
It matches dash in raw performance while staying incredibly easy to set up.
```sh
echo "This is yom"
echo "It is FAST"
echo "Almost as fast as dash."
```
## Why use YOM?
As we all know, all debian-based distros inherit `dash`... but what about other distros? Well thats when `yom` comes into play, by being easy to install everywhere that
Rust runs.