Yawar Amin

Results 110 comments of Yawar Amin

Hey folks, I am on chapter 4 now, I am noticing also that the Haskell and OCaml code samples are 'out of sync'. I've cloned the repo and made some...

Thanks, sent #242 . I believe this will re-sync the code samples. Since I'm reading through the book as well, syncing them up as I go.

Hi @ArulselvanMadhavan thank you for your efforts. It's a massive achievement for sure. The reason I've been recommending that the code stay close to the Haskell samples, is for teaching...

Thanks @ArulselvanMadhavan I can work on more chapters as well, am enjoying reading through the book.

Cheers guys, I appreciate the review 👍

@hmemcpy hi, no problem. I've made some progress on Chapter 5 locally, if there is interest I can send more as I cover more chapters. It will be a good...

@hmemcpy would you prefer this PR to cover the whole book? Or separate PRs for a few chapters at a time?

@hyphenrf hey that would be great, please feel free. I agree with all your comments btw.

I would add a decimal floating point type. Fortunately, there is one for OCaml :-) https://github.com/yawaramin/ocaml-decimal

Interesting, @ostera so Erlang ints can automatically become bigints? Same as Python I guess. Let me look into functorizing it and get back to you. There are a couple of...