Pluto Embedding
#1236
-
Is Pluto intended to be embedded as a scripting language for a larger application? I see there are DLL builds (at least for Windows) -- are these libraries drop-in compatible with Lua? Is there any documentation on embedding to include binding between Pluto and native functions and data? |
Beta Was this translation helpful? Give feedback.
Answered by
Sainan
Jul 1, 2025
Replies: 1 comment
-
Yes, it's embeddable in the same ways that Lua is. The DLL build of Pluto should be drop-in compatible with Lua 5.4 on Windows. Same story with the DLL equivalents on other operating systems. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sainan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it's embeddable in the same ways that Lua is.
The DLL build of Pluto should be drop-in compatible with Lua 5.4 on Windows. Same story with the DLL equivalents on other operating systems.