I have a dsl somewhere that goes something like ``...
# language-proposals
k
I have a dsl somewhere that goes something like
Copy code
inline {
    x into y
    always(z)
}
and it would be just a bit more natural if
always
could be made prefix. I see the potential for confusion and to lose the idea of what's going on though, so I'm not sure.