For such a constrained environment I would recommend just using luv directly with Lua. It's a lower-level API, but has most the same primitives. If you really want the full luvit layer, it can be done with moderate work.
-----Original Message----- From: "Jonathan Swinney" <[email protected]> Sent: 7/14/2015 9:29 AM To: "[email protected]" <[email protected]> Subject: Luvit without LuaJIT I'm working on an embedded platform running on a MIPS architecture. We want to use Luvit but we haven't been able to get LuaJIT to work on our platform because the MIPS chip we are using lacks an FPU. I would like to try to get Luvit working without LuaJIT and with the standard Lua implementation instead. I'm prepared to invest some time and energy into this project, but I wanted to check first to see if there are any known reasons why this won't work. Thanks, Jonathan -- You received this message because you are subscribed to the Google Groups "luvit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "luvit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
