Leaking abstractions

May 12, 2009

x[:] : x[::-1] = x[1:-1] : x[len(x)-2:0:-1]

Tertium datur

September 17, 2008

if (a) {
  [...]
}
else if (!a) {
  [...]
}
else {
  [...]
}