2008年3月2日 星期日
Lua's about的閱讀筆記
英文網頁網址:Lua's about
What's in a name.
Lua在Portuguese的意義裡代表了Moon的意思。
他是個名詞。是月亮的名字也是一種語言的名字。
所以,請寫做"Lua",而不是"LUA"。
"LUA"看起來很醜而且像是縮寫,會帶來困惑。
What is Lua?
Lua是種強大,快速,而且embeddable的script的語言。
Lua是dynamically typed。
有automatic memory management,和incremental garbage collection。
跟php之類的有像,自己會分配記憶體,不用特別宣告。
而且自己會回收不用的記憶體。
Why choose Lua?
Lua is a proven, robust language。
在很多企業應用上(如Adobe's Photoshop Lightroom),或遊戲、embedded systems裡。
而且Lua己經有reference manual和不少談論它的書。
從1993年Lua出世己來,就己經被使用在真實的應用上。
Lua featured in HOPL III, the Third ACM SIGPLAN History of Programming Languages Conference, in June 2007.
Lua is fast
Several benchmarks show Lua as the fastest language in the realm of interpreted scripting languages.
節錄上面這一段覺得就相當有power了。
Lua is portable
Lua is distributed in a small package and builds out-of-the-box in all platforms that have an ANSI/ISO C compiler.
跟C的compiler有關。在Unix或Windows下都可以運作。
Lua is embeddable
Lua is powerfil(but simple)
Lua is small
上述這三項,就直接看過去吧。用過之後會比較能感受到這些特點吧。
Lua is free
這一項讓人振奮,他是免費的。為默默在底下做事的人們致上敬意。
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言