Implemented SheerkaOntology

This commit is contained in:
2021-01-11 15:36:03 +01:00
parent e3c2adb533
commit e26c83a825
119 changed files with 6876 additions and 2002 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ To better explain what I have in mind. let's say that I want to pretty print an
pp = pprint.PrettyPrinter(indent=4)
pp.pprint(stuff)
I need three line in oder to be able to pretty print. I will first try by dumping the
I need three lines in oder to be able to pretty print. I will first try by dumping the
globals(), using pickle and load it back whenever needed.
If it does not work as expected, I can find a way to save the commands a exec everything
+1 -1
View File
@@ -11,7 +11,7 @@ My simple idea for the persistence is that **everything** should be persisted.
The actual main difference between an human being and a computer is that we have the
ability to remember almost everything (at least everything that we have not forgotten).
On the contrary, we only allow computer to remember specific stuff that we thing (as of
On the contrary, we only allow computer to remember specific stuff that we think (as of
today) will be relevant in the future.
There are two majors issues with that: