doggyman
|
  |
| Joined: 01 Jan 2008 |
| Total Posts: 367 |
|
|
| 05 Feb 2014 08:58 AM |
| How similar is Lua to JavaScript? What coding language is Lua most similar to? |
|
|
| Report Abuse |
|
|
|
| 05 Feb 2014 09:05 AM |
| JS has more math operators with the exception of (^), and JS has unicode support |
|
|
| Report Abuse |
|
|
|
| 05 Feb 2014 09:26 AM |
| Both languages are coding languages :3. my friend said that Lua is similair to Python in syntax(not sire if it is true) |
|
|
| Report Abuse |
|
|
|
| 05 Feb 2014 09:45 AM |
Lua is most similar to Visual Basic in terms of syntax. Lua and JS are both scripting languages. Both are dynamically typed languages (I think you can strongly type variables in JS, though).
JS's syntax more closely resembles C/C++/Java as opposed to Lua. |
|
|
| Report Abuse |
|
|