Author Topic: An official Lua SDK at the horizon?  (Read 14096 times)

0 Members and 1 Guest are viewing this topic.

Ashbad

  • Guest
Re: An official Lua SDK at the horizon?
« Reply #45 on: June 02, 2011, 05:05:43 pm »
Well, the reason it's called a "scripting language" is because it is usually embedded in a normal programming language's code, such as in Lua interpretation inside of a C program.  I don't know how many people are familiar with it, but the reason I started learning Lua (and programming) ~2 years ago was because a world creating game called "Roblox" had Lua as its embedded scripting language, that I began using very often.  It's not as often that Lua programs are made as stand-alone programs.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: An official Lua SDK at the horizon?
« Reply #46 on: June 02, 2011, 05:16:54 pm »
Well, the reason it's called a "scripting language" is because it is usually embedded in a normal programming language's code, such as in Lua interpretation inside of a C program.  I don't know how many people are familiar with it, but the reason I started learning Lua (and programming) ~2 years ago was because a world creating game called "Roblox" had Lua as its embedded scripting language, that I began using very often.  It's not as often that Lua programs are made as stand-alone programs.
My brother is absolutely obsessed with Roblox. He is always telling me that scripting is a level above programming and I tell him its below. It appears that they aren't so far apart after all
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: An official Lua SDK at the horizon?
« Reply #47 on: June 02, 2011, 07:56:12 pm »
Well, it is "above" in the sense that it's higher level, but not in the sense that it's more complex.