Scripting Laungages

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Scripting Laungages

Post by Falco Girgis »

You guys need to understand what a scripting language is good for before you learn one. 90% of your projects probably don't need one at all.

Lua is made to be embeddable. That's it's thang. It's fast, lightweight, and easily integrated with C/++ to further extend the application.

Python, Perl, and that group is general purpose scripting languages. They are made to be standalone and are generally pretty resource hungry. They are more powerful than something like Lua, but that's because they are used for pretty much anything, while Lua is made to be embeddable.
Post Reply