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
1
AUTHORS
1
AUTHORS
|
@ -70,4 +70,5 @@ suggestions:
|
||||||
Max Muller
|
Max Muller
|
||||||
Thomas Sattler
|
Thomas Sattler
|
||||||
Erlan Sergaziev
|
Erlan Sergaziev
|
||||||
|
Eric Fluger
|
||||||
|
|
||||||
|
|
|
@ -312,6 +312,17 @@ Note that regular expressions work in conjunction with the
|
||||||
.B search.case.sensitive
|
.B search.case.sensitive
|
||||||
configuration setting.
|
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
|
.TP
|
||||||
.B Q: How can I help?
|
.B Q: How can I help?
|
||||||
There are lots of ways. Here are some:
|
There are lots of ways. Here are some:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue