diff --git a/README.md b/README.md index 295da88..1f7f0d2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is meant to "just work", without adding unnecessary and bloated language feat ## State of this projects -Most algorithms should run fine, but some features may be unstable. Standard library is still incomplete. See [TODO](./TODO) for a roadmap. +Currently, Sabre is a general-purpose toy language. Its primary goal is to be simple and easy to understand, not to be efficient. Most algorithms should run fine, but some features may be unstable. Standard library and documentation are still incomplete. See [TODO](./TODO) for a roadmap. The Sabre compiler emits JavaScript, and a C backend is currently in development. Backends for WASM, x86 and ARM are planned.