diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Sloth - Blazingly Slow™ -Sloth is an interpreted high level language written in Rust. +Sloth is a compiled high level language written in Rust. ## Build In order to build sloth you will need a valid install of LLVM 15.0.1, you can download LLVM from your package manager or you can download and build LLVM from source from their [downloads page](https://releases.llvm.org/). |
