is LUA good enough for online judge?

Discussion on data structures & algorithms, programming languages, computer science and more
Post Reply
helloacm
is LUA good enough for online judge?

Post by helloacm » Wed Jan 22, 2014 11:57 am

I am recently learning LUA and thought it would be quicker to learn via submitting solutions in LUA to online judges (e.g. SPOJ)

But the LUA is not very good at handling inputs, isn't it? for example, there is no inbuilt string split function in LUA, which isn't convenient.

How about performance? I doubt it.

doctorlai
Site Admin
Posts:44
Joined:Tue Jan 15, 2013 3:16 pm

Re: is LUA good enough for online judge?

Post by doctorlai » Sun Jun 28, 2015 2:17 am

maybe not. LUA is concise scripting engine written in C and can be integrated quite well with C/C++

Post Reply