diff options
| -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 |
