I separate my business code into a script. it will be Lua or Python. My question is, my business code written in a script file is viewable by others. Due to the script, the file will not be compiled, which will be opened. Anyone can see it.
How can I hide this? I think that if I use Python, it will be compiled (.pyo), but Lua looks more suitable for me.
source
share