Depending on taste, the live/die rule:
  (if (<= n 3 (+ n C)) 1 0)
  (if (<= 0 (- 3 n) C) 1 0)
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to