ryobg / JContainers

JSON-based data structures for Papyrus - the TESV Skyrim SE scripting language
MIT License
107 stars 23 forks source link

Is the Lua API production ready? #32

Closed RealAntithesis closed 6 years ago

RealAntithesis commented 6 years ago

In the Jlua api, it states that it is experimental and subject to change. I'm considering using these functions since it seems like a fairly simple way of calling relatively complex lua functions that take multiple parameters, such as multiple jobjects etc.

Is this api likely to change in future or is it now finished (and hopefully working as expected, I'll be testing this over the next few days)?

ryobg commented 6 years ago

What have your tests showed? While the original author have put some warnings around, I think it is on the same quality level as the rest. Hence, consider it stable enough.

RealAntithesis commented 6 years ago

Yep, it seems to work quite well. I'm now making extensive use of it, so was hoping it won't be changing much in future.

ryobg commented 6 years ago

I see no problem to use it. Enjoy Lua...