Klaas-Jan Stol wrote:
Hi François,
lua on parrot seems to have improved a lot, indeed.
It's looking really good.
Some remarks:
* is it possible to show the generated PIR? I can't get life.lua
(included with lua distr.), and I'd like to see what's going on under
the hood.
lua.pbc acts as the o
Hi François,
lua on parrot seems to have improved a lot, indeed.
It's looking really good.
Some remarks:
* is it possible to show the generated PIR? I can't get life.lua
(included with lua distr.), and I'd like to see what's going on under
the hood.
* running (n)make fails for me on windows,as I
Parrot is a VM (virtual machine) designed specifically for running
dynamic languages in general, and Perl 6 in particular (see
http://www.parrotcode.org/).
Parrot is still in development, the latest monthly version is 0.6.0.
A complete prototype of Lua 5.1 (aligned on 5.1.3) is available :
-