Suvarna Garge (Editor)

RiscLua

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Paradigm
  
Scripting Language

First appeared
  
2002

Website
  
lua.riscos.org.uk

Designed by
  
Gavin Wraith

OS
  
RISC OS

RiscLua is an implementation of Lua to RISC OS. It has minor syntactic modifications from standard Lua so that its riscos library can provide system calls, with a syntax similar to that of BBC Basic.

RiscLua has been developed since 2002 with the intention of providing for RISC OS a more modern alternative to BBC Basic. Previous versions were made with the Norcroft C compiler which had no facilities for dynamic linking. So the riscos and lpeg libraries were provided statically linked. Furthermore, until recently, RISC OS was only implemented on platforms whose CPUs did not afford floating point arithmetic in hardware. For that reason previous versions differed from standard Lua in only providing 32-bit integers. The current version, however, is effectively standard Lua.

Software using RiscLua

LuaFox, by Michael Gerbracht, https://www.luafox.com/, software for display and analysis of scientific data.

References

RiscLua Wikipedia