log in | register | forums
Show:
Go:
Forums
Username:

Password:

User accounts
Register new account
Forgot password
Forum stats
List of members
Search the forums

Advanced search
Recent discussions
- RISC OS 'Advent' Calendar 2023 - FAST Xmas tree (News:)
- RISCOSbits takes to the ROADS (News:1)
- RISC OS 'Advent' Calendar 2023 - ROOL (News:)
- Rougol November 2023 talk is on RiscPC/Archimedes repairs (News:8)
- MUG RISC OS Xmas Market is on saturday (News:)
- RISC OS 'Advent' Calendar 2023 - Elesar (News:)
- RISC OS 'Advent' Calendar 2023 - PiHard Xmas tree (News:)
- November 2023 News Summary (News:1)
- RISC OS online Developer social meetup on saturday (News:)
- PhotoDesk updated to v3.22 (News:)
Latest postings RSS Feeds
RSS 2.0 | 1.0 | 0.9
Atom 0.3
Misc RDF | CDF
Site Search
 
Article archives
The Icon Bar: Programming: Lua and RISC OS
 
  Lua and RISC OS
  Gavin (10:02 22/7/2018)
 
Gavin Wraith Message #124303, posted by Gavin at 10:02, 22/7/2018
Member
Posts: 31
RiscLua has been available for RISC OS since 2002. You can get two versions from my website http://www.wra1th.plus.com/riscos.html :RiscLua 5 for earlier platforms that do not have VFP and RiscLua 7 for those that do. I only have an Rpi3, so I need feeedback on how they perform elsewhere.

There are a few people who use RiscLua. It is as easy to use as BASIC, but different in many fundamental ways, and more powerful. You can make standalone versions of your Lua programs so that they run on machines without a Lua interpreter. If more tutorial material is needed, if things do not work, or you have any complaints please let me know. It has remained stable for decades, with occasional new features, and sometimes temporary experiments, generally following the evolution of Lua. For example in 2003 version 2.32 was implemented as a relocatable module, in 2006 version 3.30 got bitwise operators, in 2008 version 5.00 adopted BASIC-like syntax for calling SWIs, in 2015 version 6 got dynamic linking of C libraries.

If you are interested in programming you have to try RiscLua.smile
  ^[ Log in to reply ]
 

The Icon Bar: Programming: Lua and RISC OS