Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c07b22ef31cc4

Jump to content

RiscLua

From Wikipedia, the free encyclopedia
RiscLua
ParadigmScripting Language
Designed byGavin Wraith
First appeared2002
OSRISC OS
Websitewww.wra1th.plus.com/lua/risclua.html

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.

References

[edit]
  1. ISBN 978-85-903798-6-7 Roberto Ierusalimschy Programming in Lua - 4th Edition
  2. "Lua-users wiki: Risc Os Lua".