# HG changeset patch # User František Kučera # Date 1570363523 -7200 # Node ID b68a2fc9e2b3eac684d859348ae4b820e2eadecc # Parent a756214f1ee89554fbbf5b1cdabf0f10a2be01d9 mention also guile/scheme and awk diff -r a756214f1ee8 -r b68a2fc9e2b3 relpipe-data/index.xml --- a/relpipe-data/index.xml Sun Oct 06 11:49:11 2019 +0200 +++ b/relpipe-data/index.xml Sun Oct 06 14:05:23 2019 +0200 @@ -148,7 +148,7 @@
  • Terminal emulator – same as with shells, we use existing terminals and we can use also outside any terminal; if we interact with the terminal, we use standard means like Unicode, ANSI escape sequences etc.
  • IDE – we can use standard tools as an IDE (GNU Screen, Emacs, Make etc.) or any other IDE.
  • Programming language – are language-independent data format and can be produced or consumed in any programming language.
  • -
  • Query language – although some of our tools are doing queries, filtering or transformations, we are not inventing a new query language – instead, we use existing languages like SQL, XPath or regular expressions.
  • +
  • Query language – although some of our tools are doing queries, filtering or transformations, we are not inventing a new query language – instead, we use existing languages like SQL, XPath, Guile/Scheme, AWK or regular expressions.
  • Database system, DBMS – we focus on the stream processing rather than data storage. Although sometimes it makes sense to redirect data to a file and continue with the processing later.
  • @@ -165,7 +165,7 @@ so they might be useful for someone who likes our ideas and who is prepared to update own programs and scripts when the new version is ready.

    -

    We also promise to fulfill all requirements of the Sane software manifesto before we release the version 1.0:

    +

    We promise to fulfill all requirements of the Sane software manifesto before we release the version 1.0:

    Sane software manifesto