0 Members and 1 Guest are viewing this topic.
Nev version of MorphOS Lua implementation has been released on MorphOS Files. The most importat new feature is fully native io.module adding file and console access to the language. MorphOS io.module is a shared library loaded on-demand and accesses dos.library directly, bypassing unix compatibility layer.Adding this module finally allowed to run some of standard Lua demos. Especially life.lua shows the speed of the language (it still runs too fast, in spite of delay loop has been made 100 times longer than in original...). Working demos are included in the archive. Documentation, developer files and source-level debugger are included as well.