top | item 3077676

(no title)

mtogo | 14 years ago

Lua, really? Could you provide some examples?

discuss

order

MostAwesomeDude|14 years ago

No basic string manipulation, only RE-based stuff.

One-based indices instead of zero-based.

compay|14 years ago

> No basic string manipulation, only RE-based stuff

It's trivial to write, there are lots of libraries that do this. I've worked on a lot of string processing code in Lua. It's not as easy as Perl or Ruby but it's not by any means hard.

> One-based indices instead of zero-based.

Other than violating the expectations of people used to other C-like languages, this is not in any way even remotely a problem. I don't know anybody who's spent any significant time with Lua who regards this as more than a minor detail.