xlang 0.0.0-alpha

An Xlang programming language implementation written in Rust.
Documentation

xlang GitHub issues GitHub commit activity

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.