ESP8266 Support WIKI

User Tools

Site Tools


lua

**This is an old revision of the document!**

Table of Contents


LUA

As lua.org was saying, Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics.

  • Lua is small: the Lua interpreter easily fits in under 100 kilobytes including the base libraries.
  • Lua is fast: independent benchmarks show that Lua is often amongst the fastest interpreted dynamic languages. The Lua interpreter has been extensively tuned for high performance.

Tools and Firmwares on ESP8266

  • NodeLua - A open source firmware runs Lua code on ESP8266, written by Harold L.
  • Node WebIDE - A pure web-based tool works with NodeLua for Lua programming and run codes on ESP8266 over-the-air.
lua.1419004447.txt.gz · Last modified: 2014/12/19 15:54 by harold_l

Page Tools