In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
6 bytes added ,  16:22, 20 August 2009
m
no edit summary
Line 7: Line 7:  
}}
 
}}
   −
Lua is a small and powerful scripting language that is perfect for use in projects that require changes in logic without the hassle of recompiling the program's source code. Lua can be told to load a file and execute functions from that file to create a dynamic program flow. Being extensible, Lua allows the programmer to define new functions for use in the script files they create.  
+
'''Lua''' is a small and powerful scripting language that is perfect for use in projects that require changes in logic without the hassle of recompiling the program's source code. Lua can be told to load a file and execute functions from that file to create a dynamic program flow. Being extensible, Lua allows the programmer to define new functions for use in the script files they create.  
    
== Usage ==
 
== Usage ==
Line 19: Line 19:  
== Bugs ==
 
== Bugs ==
   −
* FAT system needs to be initialised by the user before calling any file loading functions (such as luaL_dofile(...)).  
+
* FAT system needs to be initialized by the user before calling any file loading functions (such as luaL_dofile(...)).  
    
== Source ==
 
== Source ==
   −
The only major changes to the source code were removing functions related to launching system executables and getting the system's time. Other small changes were made to the file manipulation functions- they try to initialise FAT before use but it is recommended you do this yourself! The makefile might need some configuration to reflect your development environment.
+
The only major changes to the source code were removing functions related to launching system executables and getting the system's time. Other small changes were made to the file manipulation functions- they try to initialize FAT before use but it is recommended you do this yourself! The makefile might need some configuration to reflect your development environment.
    
== Wii Software using Lua ==
 
== Wii Software using Lua ==
 
* [[GuitarsOnFire]]
 
* [[GuitarsOnFire]]
3,032

edits

Navigation menu