mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation
- Added brief discussion of the reasons Lua is the chosen plugin langauge (thanks to Eric Fluger).
This commit is contained in:
parent
f5f1b38fe8
commit
429709a426
2 changed files with 12 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue