To clarify a little bit: http://gist.github.com provides a point-click location for short code snippets with some nice features like syntax highlighting and comments. (But this is getting away from the interesting explorations contained in this email.)
On Sun, Mar 30, 2014 at 10:40 AM, Keith Campbell <[email protected]>wrote: > How about a gist? > > > On Sunday, March 30, 2014 10:28:01 AM UTC-4, Laszlo Hars wrote: >> >> The comment next to the function header tells the output format, and you >> can see in the (quite short) function code if it uses PRIMES or not. That >> is all what varies. I don't know much about the Google formatter. I am also >> not sure about putting experiment code on github, even if I knew how to do >> that. >> >> On Sunday, March 30, 2014 8:49:23 AM UTC-4, andrew cooke wrote: >>> >>> >>> it would help me to have a comment before each routine explaining what >>> was special about that implementation, so that i can easily connect the >>> code with the text. the letters U, V, W, X and P don't have much >>> significance to me, sorry. >>> >>> also, having the code on github, or at least formatted via google groups >>> formatter would help. >>> >>> i wanted to see why dicts appeared so fast, but gave up... >>> >>> andrew >>> >>>
