Jump to content

Which is best for Games...LUA or PYTHON?


Recommended Posts

Posted

hey guys i know that i always asks stupid questions but your replies are very useful for me......................i want to ask you guys which programming language is good for game scripting.......LUA or PYTHON?

Posted

They're both fine and fairly similar. LUA is small and quite portable if you are implementing it into your engine. 

 

Angelscript and Chaiscript are also good if you like c style syntax. 

Posted

Honest I'm a tad confused by this question, are you asking what scripting language is best so you can figure out an engine to use?

 

Or are you mistakenly asking to be able to programme an entire game with them?

 

If its the former, then there isnt a huge difference, lua is probably has an easier to understand syntax from my experience.

 

If its the former, you need to learn a programming language, I would highly recommend C#, similar to C++ but with many features of Java such as garbage collection.

Posted

Honest I'm a tad confused by this question, are you asking what scripting language is best so you can figure out an engine to use?

 

Or are you mistakenly asking to be able to programme an entire game with them?

 

If its the former, then there isnt a huge difference, lua is probably has an easier to understand syntax from my experience.

 

If its the former, you need to learn a programming language, I would highly recommend C#, similar to C++ but with many features of Java such as garbage collection.

i am trying to use in game engine!

Posted

Would that be the famous In-House engine?

 

There's no best for games anything. Depends on engine, personal preference, platform, type of game, etc. Stop asking that type of stuff and grab a game engine by the balls and learn from the how to script for it from doc/tutos/videos. Don't go learning a scripting language just because in theory it's the best, and learn by using that damn scripting language to build something in an engine of your choice.

 

DO IT!

Posted

Would that be the famous In-House engine?

 

There's no best for games anything. Depends on engine, personal preference, platform, type of game, etc. Stop asking that type of stuff and grab a game engine by the balls and learn from the how to script for it from doc/tutos/videos. Don't go learning a scripting language just because in theory it's the best, and learn by using that damn scripting language to build something in an engine of your choice.

 

DO IT!

yeah thats great :)

Posted

If you do use Unity, use C#. Javascript is poopy.

 

i used unity................................can anybody tell me how can i learn c# online?...........like i did python from codecademy.com?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...