aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-01-21 03:29:09 +0100
committerMattias Andrée <maandree@operamail.com>2013-01-21 03:29:09 +0100
commit64dbe15207c2eabd67aa36d733239399cb5398d1 (patch)
tree8ac8de1b1feabe1ebc21bdefc1f34ee1532b6c80
parentinfo: using (diff)
downloadsets-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.texinfo7
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