vote up 3 vote down star

Hi there SO,

I was looking into learning Lua because it has some interesting features (speed being one), and I noticed that there hasn't been a feature update since 2006. Has Lua development stopped? If it hasn't, where can I read about recent progress?

Edit: All caps Lua is what happens when you post on SO at 3 AM.

flag

If you can stand Scheme, you may want to look at Guile for scripting applications. I'm not sure about its performance characteristics, though, or it's portability to Windows applications. – HVS Jun 7 at 9:39
1  
Why do people feel compelled to call it LUA? It's Lua (and it's not lua either). – Zifre Jun 7 at 16:28
1  
what about the release date of LuaJIT2? luajit.org / lua-users.org/lists/lua-l/… – Schnalle Jun 9 at 11:27

6 Answers

vote up 7 vote down check

If you have a look at their mailing list, you'll see there are plenty active developers using Lua and also, there are plans for a 5.2 release. The main Lua developers are also very active in the mailing lists, and they discuss proposed new features with power-users too.

Besides this, we'll have a Lua Workshop this year :)

link|flag
vote up 1 vote down

Lua development has stabilized not stagnated. There was a period where it was going through rapid releases. I think most Lua users are happy that period is over.

link|flag
vote up 3 vote down

Lua development has certainly not stagnated. Work on Lua 5.2 in underway. Lua releases are just not frequent. See the HOPL paper for a discussion. See also the FAQ.

link|flag
vote up 0 vote down

Actually Lua is very extensible, so there isn't too much that is needed and one of largest support bases is World Of Warcraft UI scripting where it has performed quite well and without anything major missing. So I suspect changes going forward would have to be absolutely backwards compatible and at a relatively long release cycle.

link|flag
vote up 4 vote down

When it comes to programming languages, to have conservative release schedule is a virtue.

New Lua versions are released every few years.

I think, we may expect Lua 5.2 this or the next year.

P.S. Please never write Lua in all-caps.

link|flag
vote up 0 vote down

No, I don't think so :) [news]

link|flag
Yeah, I saw that, still active, but no news about language development. – Seamus Jun 7 at 8:53
Lua is designed as a light and extensible language, but I want to believe that future enhancements exist on authors schedule. – Nick D Jun 7 at 9:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.