Replies: 1 comment
-
Yes, I've explored other options, Lua is still the best I've found due to several reasons, I can mention a few:
Syntactically it's not my favourite language though. I do prefer AngelScript, ChaiScript or Squirrel in that sense, but they are all kinda dead these days. I would JavaScript with some small engine (Duktape) but it's harder to bind. My plan is to try to abstract the bindings in order to be able to add more bindings in the future. Similar to what they did with Godot Engine did. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
#338 and other issues indicated that it must be Lua. But have you explored other solutions? What about JavaScript? Python?
Beta Was this translation helpful? Give feedback.
All reactions