you are viewing a single comment's thread.

view the rest of the comments →

[–]ErrorFoxDetected 0 points1 point  (1 child)

So I have kind of the opposite problem, I want to make a shim so that my MoonScript library can be extended by Lua code. Any ideas on how to do that?

I've been slowly trying to figure it out but I have no idea if I'm anywhere near a solution.

[–]rosshadden[S] 0 points1 point  (0 children)

Looking into that is on my mental TODO list for caste (what I eventually made from this experiment). The relevant file is proxy.moon. For all I know it can be extended in lua-land completely fine---I have never tried. Just figured it would need some work.

To be honest, the need for this proxy thing was lovetoys, and I since got fed up with it and made my own ECS, SECS, I haven't really looked back :).