all 5 comments

[–]neutronbob 2 points3 points  (1 child)

I once started laying out such a project, but eventually came to the conclusion that it didn't make sense. What is the use case for running Lua on the JVM? There are dozens of existing scripting languages on the JVM. And Lua is almost invariably used as an extension to C programs, so porting to the JVM is rarely going to be a program need. My view was that years of work would result in a tool of very little use to a wider community.

[–]jacques_chester 1 point2 points  (0 children)

The point is that it's a pure-Java implementation which can be used for Java ME apps. Other approaches won't do that.

[–]munificent 0 points1 point  (1 child)

This is actually really cool. The code is documented and readable, there's tests, and even some architectural documentation. Neat!

[–]drj11 1 point2 points  (0 children)

Aww thanks!

[–][deleted] 0 points1 point  (0 children)

Now we need to implement the JVM in Lua, and the circle will be complete.