[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Bundling/Wrapping lua
- From: mystery_ace <07juwonc@...>
- Date: Sun, 7 Aug 2022 20:25:43 +0900 (KST)
Good evening y'all,
According to my Computer science teacher, interpreted languages such as Lua must be "bundled/wrapped with the interpreter" if you want to distribute the program such that it can be run on other devices that don't have lua installed.
1. Is he correct?
2. How exactly does one "bundle" or "wrap" lua with its interpreter?
Thanks.