Share

Lua for PalmOS (with source code)

File Release Notes and Changelog

Release Name: source

Notes: First release of luapalmos. Sorrry for everyone for the time (late) and thanks for the patience. :) I've never released a file on sf.net so, if anyone has any clues, I'd be glad to listen to them. Let's go to luapalmos what's hot and what's not: What's Hot: - Lua core have been ported, and it's working; - Codewarrior 9.0 project included; - Coroutines are working; - string lib, table lib are working 100%; What's Not: - sprintf is still under gpl; the rest of the source is MIT; - io lib is not working yet; - math lib is not working yet; - os lib is not working yet (only os.exit() is working); Math lib is easy to bind do luapalmos, and I'm trying to finish os lib ASAP. Anyone interested in help, please contact me at machado at softbr dot com. Thank's to all, sorry by the initially poor release. I'm currently working about 1 hour/week on this project...


Changes: luapalmos first alpha release: ========================= - string lib working - table lib working - coroutines working - os lib not working yet (only os.exit) - io lib not working yet - math lib not working yet (but its easy to do)