Learn Lua by writing a game

Posted by bob on Dec 31, 2020 3:56 PM EDT
Opensource.com; By Seth Kenlon
Mail this story
Print this story

If you're a fan of scripting languages like Bash, Python, or Ruby, you might find Lua interesting. Lua is a dynamically typed, lightweight, efficient, and embeddable scripting language with an API to interface with C. It runs by interpreting bytecode with a register-based virtual machine, and it can be used for everything from procedural programming to functional programming to data-driven programming. It can even be used for object-oriented programming through the clever use of arrays, or tables, used to mimic classes.

Full Story

  Nav
» Read more about: Story Type: Editorial, Tutorial; Groups: Developer, Python, Ruby

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.