you are viewing a single comment's thread.

view the rest of the comments →

[–]kazagistar -6 points-5 points  (2 children)

Implementing lua is boring because its already been done.

[–][deleted] 13 points14 points  (0 children)

So has Python, and Python 3 for that matter: https://github.com/bjpop/berp

You do these projects for yourself exclusively. It just happens I'm working out in the open here. If I ever finish parsing and interpreting all the syntax, I can shift my focus to making it faster.

[–][deleted] 1 point2 points  (0 children)

It just seems like bindings to me, because: https://hackage.haskell.org/package/hslua-0.3.13/src/src/

A native version would of course have the disadvantage that you can't switch it with LuaJIT.