1.

What Are The Advantages And Disadvantages Of Using Lua?

Answer»

LUA has a couple of advantages:

  • It's lightweight: It doesnt require much STORAGE and is easy to learn
  • It's 'quite FAST': It is actually about as fast as python
  • It's fully written in C: You can easly manipulate lua if you know C
  • Lua also has a great documentation.
  • There's LUAJIT!

Lua has a couple of disadvantages aswell:

  • It's lightweight: If you want python style regex, you'll have to CODE your own, or download a library.
  • It has a small community.

Lua has a couple of advantages:

Lua has a couple of disadvantages aswell:



Discussion

No Comment Found