xlang

xlang is an experimental interpreted programming language focusing mainly on performance. (No, the "x" in *xlang is not short for experimental. I'm not that lame.)*
philosophy
- xlang's syntax should be consistent and just make sense.
- there should be minimal implicit type coersions.
- there should only be one way to do things, and that way should be optimal.
- an xlang program should be easily understandable.
- no weird syntax or semantics.