So, you're not surprised that this Om page has an extensive section called "Examples", right? https://www.om-language.com/#language__examples__
https://anaminus.github.io/langding/
om would fall under "Yes, must scroll".
It would be helpful to see any kind of motivation for the project though. Anything at all.
It basically doesn't exist as far as marketing is concerned.
It concludes by implementing a fold:
define
{
[Fold]<- {
rearrange
{
rearrange
{
dequote
choose
quote Result
pair pair pair {[Fold]<-} Function Result Remainder
Remainder
}
{Result Remainder}
dequote Function Base <-[terms] Source
}
{Function Base Source}
}
}
{
[Fold]<- {[literal]<-} {} {1 2 3}
}Implementing fold would be something of a milestone in such a language.