Tags: Programming Language.

RiscLua is an adaptation of Lua to RISC OS. It has extensions to provide system calls with a syntax similar to that of BBC Basic.It differs from standard Lua in that numbers are 32-bit integers not doubles. This is because most of the ARM processors on which RISC OS currently runs do not have floating point arithmetic. For the same reason RiscLua extends the Lua interpreter’s virtual machine with bitwise operators.

Loading...

This page contains content from the copyrighted Wikipedia article "RiscLua"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.