Beginners programming tool
This tool is intended as learning the basics of programming with LUA that's the first language I ever used.
https://github.com/lainz/lainzcodestudio/releases
This is intended for advanced users that want to learn more: A big step is learning a new language, Free Pascal is the second language I've used and still using.
- You need Lazarus to compile LCS from https://www.lazarus-ide.org/
- Download and install Synapse from http://www.ararat.cz/synapse/doku.php/download
- Download and install LCS package
- Once everything is installed, open the .lpr file with Lazarus
- Copy the LUA .dll file into the same folder where the compiled .exe file is located
Modified LGPL (also referred to as FPC modified LGPL) is the Library GNU General Public License with the following modification: As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.