diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-01-21 03:29:09 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-01-21 03:29:09 +0100 |
| commit | 64dbe15207c2eabd67aa36d733239399cb5398d1 (patch) | |
| tree | 8ac8de1b1feabe1ebc21bdefc1f34ee1532b6c80 | |
| parent | info: using (diff) | |
| download | sets-64dbe15207c2eabd67aa36d733239399cb5398d1.tar.gz sets-64dbe15207c2eabd67aa36d733239399cb5398d1.tar.bz2 sets-64dbe15207c2eabd67aa36d733239399cb5398d1.tar.xz | |
how it works1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rw-r--r-- | sets.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sets.texinfo b/sets.texinfo index 68fb3d9..1f1e012 100644 --- a/sets.texinfo +++ b/sets.texinfo @@ -153,6 +153,13 @@ element, perhaps a dot. @cindex behind the scenes @cindex inner workings +@command{sets} is written in Python 3 and takes advantages of the +possibility to overrider operators and evalute expressions. @command{sets} +takes the user's formula and do some simple string replacements +and lets Python evaluate the expression this is after the replacements +a full Python instruction. Each line set is represented as an objcet +of a class that overloads a few operators. + @node License of sets |
