haskell-snake icon indicating copy to clipboard operation
haskell-snake copied to clipboard

Here is my take

Open jeffreyrosenbluth opened this issue 9 years ago • 2 comments

Nice snake implementation, I think i came across it in the purescript irc. Most of the changes are just a matter of style, I made certain choices to demonstrate some haskell features and libraries.

jeffreyrosenbluth avatar Jul 13 '15 15:07 jeffreyrosenbluth

thanks : )

i'll review this properly on the 21st as i am too busy before then.

in the meanwhile do you think you would be up to desugaring your do statements? i find that teaching monadic actions is easier when do is introduced after developing a strong understanding of bind so i'm trying to keep do out of this repo which is intended for beginners.

thanks so much for your contribution.

beckyconning avatar Jul 15 '15 15:07 beckyconning

Sure I don't mind desugaring the do statements. Perhaps I'll leave the do's in comments for reference.

jeffreyrosenbluth avatar Jul 15 '15 16:07 jeffreyrosenbluth