]> Cypherpunks.ru repositories - goredo.git/blob - doc/index.texi
ew's articles and thanks
[goredo.git] / doc / index.texi
1 \input texinfo
2 @documentencoding UTF-8
3 @settitle goredo
4
5 @copying
6 Copyright @copyright{} 2020-2023 @email{stargrave@@stargrave.org, Sergey Matveev}
7 @end copying
8
9 @node Top
10 @top goredo
11
12 @url{https://go.dev/, Go} implementation of
13 @url{http://cr.yp.to/redo.html, djb's redo},
14 Makefile replacement that @url{https://suckless.org/philosophy/, sucks less}.
15
16 Originally it was just a rewrite of
17 @url{https://github.com/leahneukirchen/redo-c, redo-c}, but later most
18 features of @url{https://redo.readthedocs.io/en/latest/, apenwarr/redo}
19 were also implemented. Why yet another implementation? It is feature
20 full and has better performance comparing to shell and Python
21 implementation.
22
23 It passes tests from
24 @url{http://news.dieweltistgarnichtso.net/bin/redo-sh.html, redo-sh.tests}
25 and implementation-neutral ones from @command{apenwarr/redo}.
26
27 If you are not familiar with the redo, here are advisable links to read:
28
29 @itemize
30 @item @url{https://redo.readthedocs.io/en/latest/, apenwarr/redo documentation}
31 @item @url{http://jdebp.uk/FGA/introduction-to-redo.html, Introduction to redo}
32 @item @url{https://apenwarr.ca/log/20101214, The only build system that might someday replace make... is djb redo}
33 @item @url{https://habr.com/ru/post/517490/,, Make на мыло, redo сила} (on russian)
34 @item @url{gemini://ew.srht.site/en/2022/20221218-redo-0.gmi, ~ew's descriptive intro with many examples}
35 @end itemize
36
37 @command{goredo} is
38 @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted}
39 @url{https://www.gnu.org/philosophy/free-sw.html, free software}
40 licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3}.
41 It should work on all
42 @url{https://en.wikipedia.org/wiki/POSIX, POSIX}-compatible systems.
43
44 @cindex contacts
45 @cindex bugs
46 @cindex patches
47 Please send questions, bug reports and patches to
48 @url{http://lists.cypherpunks.ru/goredo_002ddevel.html, goredo-devel}
49 maillist. Announcements also go to this mailing list.
50
51 @insertcopying
52
53 @include features.texi
54 @include notes.texi
55 @include rules.texi
56 @include cmds.texi
57 @include ood.texi
58 @include logs.texi
59 @include news.texi
60 @include install.texi
61 @include faq.texi
62 @include state.texi
63 @include jobserver.texi
64 @include thanks.texi
65
66 @node Indices
67 @unnumbered Indices
68
69 @node Concepts Index
70 @section Concepts Index
71 @printindex cp
72
73 @node Programs Index
74 @section Programs Index
75 @printindex pg
76
77 @node Variables Index
78 @section Variables Index
79 @printindex vr
80
81 @bye