lua
lua copied to clipboard
Lua on Parrot
Results
2
lua issues
Sort by
recently updated
recently updated
newest added
There's an example in _Programming Lua, 2nd Edition_ that looks like (with a few subtle modifications): ``` lua local x = 10000 local sqr = x / 2 repeat sqr...
Trying installable_luap gives me the following: $ ./installable_luap Compiler Lua 5.1 on Parrot Copyright (C) 2005-2009, Parrot Foundation. > print "foo" > Null PMC access in get_string() Built on a...