[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Suravi - a Lua 5.3 compatible collection of batteries
- From: Dibyendu Majumdar <mobile@...>
- Date: Sat, 8 Feb 2020 01:24:16 +0000
On Sat, 8 Feb 2020 at 00:52, Zuwa Oyegun <crocodilesbite@gmail.com> wrote:
>
> Ravi looks quite interesting. I'm a Lua newbie and already have Lua 5.3 on my machine. Can I install Ravi by itself? I'd like to check out the type annotation/LLVM compilation etc but without messing with my current setup.
>
Hi, the easiest way to try out Ravi (without JIT) is to get it via
Visual Studio Code. Just install the debug extension at:
https://marketplace.visualstudio.com/items?itemName=ravilang.ravi-debug.
This will let you play with the type annotations.
You can also install a windows binary from:
https://github.com/dibyendumajumdar/Suravi/releases
Note the latest release does not include LLVM (to reduce download size).
The installation is standalone (self contained in a directory) so it
should not interfere with anything else you have.
Regards