This article delves into the use of the Lua programming language for an embedded telecom application. From my limited exposure to the language, Lua seems to be a nice fit for embedded applications that are resource constrained - a domain where C and Forth have been the usual choices.
Long-time readers of Regular Expressions will remember that Lua is particularly straightforward to embed. We know of no practical language that bests it in that regard. Lua is significantly smaller than other scripting engines (apart from Forth) and is as portable as any other. It's also open-source and royalty-free. Furthermore, the coding craftsmanship that goes into Lua is of sufficiently high quality to meet the expectations of the demanding switched-circuit crowd... Moreover, most end users find the syntax of Lua as a programming language comfortable.
Posted to general by Chris Rathman on 5/28/02; 11:30:12 AM
|
|