home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / LANGUAGES / readme.lua < prev    next >
Text File  |  2009-11-06  |  1KB  |  32 lines

  1. What is Lua?
  2.  
  3. Lua is a simple, yet powerful, language for extending applications.
  4. Lua has been developed by TeCGraf,the Computer Graphics Technology 
  5. Group of PUC-Rio, the Pontifical Catholic University of Rio de
  6. Janeiro, Brazil. Dozens of industrial products developed by TeCGraf 
  7. use Lua. Lua means moon in Portuguese. 
  8.  
  9. Some features of Lua
  10.   o a simple, pascal-like, syntax; 
  11.   o powerful data description constructs (e.g., associative arrays); 
  12.   o user-controlled type constructors; 
  13.   o fallbacks for extending the meaning of the language in unconventional ways; 
  14.   o Lua programs are compiled into bytecodes, which are then interpreted 
  15.       to simulate a virtual machine; 
  16.   o truly portable, written in ANSI C. 
  17.  
  18. Lua is freely available for both academic and commercial purposes. Lua is not in the public domain;
  19. TeCGraf keeps its copyright. See the copyright notice included in the distribution. 
  20.  
  21. OS-9 Notes
  22.  
  23. OS-9 version of LUA supports conception of OS-9 memory modules,
  24. includes the OSK system library, and seamless integrates with
  25. Microware's shell. Try to run a simple shell's tour located in
  26. 'run.me'. OSKLIB documentation is in osklib.html (in HTML format).
  27.  
  28.  
  29.  
  30.  
  31.  
  32.