Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Lua : a big step

0 views
Skip to first unread message

Francois Perrad

unread,
Feb 22, 2006, 3:02:59 AM2/22/06
to perl6-i...@perl.org

In the last days, Lua (on Parrot) made a big step :

- all constructs (statements & functions) of the core language are supported
- lexical scoping
- closures & iterators are supported
- a large subset of the standard libraries is implemented
- coroutines support via a library (not yet working)
- more than 300 tests

This implementation (like ParTcl) proves the power and versatility of Parrot.

The next big step is the support of Object-Oriented Programming model.

All informations about Lua (the original) are available on www.lua.org.

François.


0 new messages