haskell-snake
haskell-snake copied to clipboard
Here is my take
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.
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.
Sure I don't mind desugaring the do statements. Perhaps I'll leave the do's in comments for reference.