
12 Nov
2015
12 Nov
'15
11:34 a.m.
Hi everyone! I'm trying to write a blackjack simulator and would really appreciate advice on the code. I wrote about lots of specific things in an /r/haskell post: https://www.reddit.com/r/haskell/comments/3sjs0y/my_first_haskell_projectple... And the code is here: https://github.com/tjakway/blackjack-simulator/blob/master/src/Cards.hs (sorry if it's annoying to have to follow a link, thought it'd be better than just copy + pasting a huge blob here) Thanks in advance!