xlang 0.0.0-alpha

An Xlang programming language implementation written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
# xlang ![GitHub issues]https://img.shields.io/github/issues/xlang-lang/engine ![GitHub commit activity]https://img.shields.io/github/commit-activity/m/xlang-lang/engine

*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.