I'm currently designing a stack-based language intended for scripting. I'm wondering if it's possible for me to have its syntax evaluated by this community, e.g., I'd describe the language and how it works, and then receive feedback concerning the improvement of code readability.
E.g., this is a variable declaration in my language:
i 5 <-
Someone may respond:
Variable declaration is a bit awkward. I think it would be more readable if variable declaration was something like
<value> <reference> <-.
Would this be an appropriate format for this site?

