Posted 14 March 2012 - 09:13 PM
Hi,
I noticed that you cannot return tables or functions from a peripheral method implemented in java. I don't need functions, but the lack of tables is really bad. luaj contains a huge conversion algorithm java <=> lua, but for some reason, ComputerCraft uses an own one which can only handle strings, integers, doubles, and null.
So, I would suggest using the luaj java <=> lua conversion for the peripherals.
I noticed that you cannot return tables or functions from a peripheral method implemented in java. I don't need functions, but the lack of tables is really bad. luaj contains a huge conversion algorithm java <=> lua, but for some reason, ComputerCraft uses an own one which can only handle strings, integers, doubles, and null.
So, I would suggest using the luaj java <=> lua conversion for the peripherals.