Re: Haskell -> Python

2012-11-02 Thread Simon Foster
On 02/11/12 19:56, Dave Angel wrote: On 11/02/2012 03:19 PM, foste...@gmail.com wrote: Hi All, As part of a Nim solver I'm playing around with I'm trying to code this Haskell snippet: options [x] = zero : [ [y] | y <- [1..x - 1] ] options (x:xs) = map (++ xs) (options [x]) ++ map (x:) (

Release date for 2nd edn. Cookbook

2005-01-12 Thread Simon Foster
Does anyone have any idea on this date? Any chance of a signed copy for contributors? -- http://mail.python.org/mailman/listinfo/python-list