updated antidote to newest state

This commit is contained in:
Nikolas Weger 2023-09-28 12:18:38 +02:00
parent 6d40f3fa63
commit f7cb8e5949
20 changed files with 343 additions and 269 deletions

View file

@ -0,0 +1,5 @@
Beware of bugs in the above code; I have only proved it correct, not tried it. - Donald E. Knuth
Science is knowledge which we understand so well that we can teach it to a computer; and if we don't fully understand something, it is an art to deal with it. - Donald E. Knuth
In fact, my main conclusion after spending ten years of my life working on the TEX project is that software is hard. Its harder than anything else Ive ever had to do. - Donald E. Knuth
Let us change our traditional attitude to the construction of programs: Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do. - Donald E. Knuth
The real problem is that programmers have spent far too much time worrying about efficiency in the wrong places and at the wrong times; premature optimization is the root of all evil (or at least most of it) in programming. - Donald E. Knuth