View Single Post
03-18-19, 05:57 PM   #2
jlam
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 29
Using Moonscript is fine, but you will need to transpile to plain Lua when distributing the addon because Moonscript requires LPeg, which isn't available to the WoW client. But certainly if you prefer the Moonscript syntax, then I don't see any problems with using it. However, you will eventually be mixing plain Lua with the Moonscript if you intend to use any libraries unless you can verify that the Moonscript to access those libraries gets transpiled properly.
  Reply With Quote