Comment on page
Installation
Currently Loop doesn't have an installer. This results in having to add the executable to your path manually.
Loop is a cross-platform bytecode compiled language. To run a Loop application (or use it's REPL) you will need to download it's executable.
- 1.
- 2.Once you have downloaded Loop you will need to extract it
- 3.Now you can either run the executable directly or
- 4.Add it to your path so you can run
./loop
from everywhere
Last modified 1yr ago