Do you need to uninstall original Lua before installing Pluto? #114
-
Just a curiosity question here, I’m unsure if Pluto has its own extension name like most supersets or does Pluto overwrite the .Lua format? Also amazing work so far! I absolutely adore what you’re doing, this is by far my most favourite Lua I’ve seen so far and makes me want to go back into using Lua. |
Beta Was this translation helpful? Give feedback.
Answered by
well-in-that-case
Aug 27, 2022
Replies: 1 comment 2 replies
-
When you compile Pluto, it'll create it's own binaries:
So, you can (i.e) add these to your PATH and it'll work seamlessly with pre-existing Lua installations. Also, thanks for the praise. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Its-Kenta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you compile Pluto, it'll create it's own binaries:
libpluto.a
pluto.exe
plutoc.exe
So, you can (i.e) add these to your PATH and it'll work seamlessly with pre-existing Lua installations.
Also, thanks for the praise.