Documentation
- Added brief discussion of the reasons Lua is the chosen plugin langauge (thanks to Eric Fluger).
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -70,4 +70,5 @@ suggestions:
|
||||
Max Muller
|
||||
Thomas Sattler
|
||||
Erlan Sergaziev
|
||||
Eric Fluger
|
||||
|
||||
|
||||
@@ -312,6 +312,17 @@ Note that regular expressions work in conjunction with the
|
||||
.B search.case.sensitive
|
||||
configuration setting.
|
||||
|
||||
.TP
|
||||
.B Q: Why Lua as an extension language?
|
||||
Lua has many positive attributes:
|
||||
|
||||
- Lua is written using tight, fast, standard C
|
||||
- Lua is a breeze to integrate into any product
|
||||
- The Lua source code is beautifully written
|
||||
- Lua is a small language
|
||||
|
||||
Guile, Scheme and Neko were also considered.
|
||||
|
||||
.TP
|
||||
.B Q: How can I help?
|
||||
There are lots of ways. Here are some:
|
||||
|
||||
Reference in New Issue
Block a user