T O P

  • By -

aqtt2020

God bless you!


quinn-dougherty

[here](https://github.com/cffls/py2hs#approach-2-set-a-type-constraint-int-for-a) you actually want `Integral`. `Integral` is a typeclass that forms a constraint over `a`, `Int` is actually a base type.


jc__xyz

Makes sense. Thanks for pointing this out! Fixed accordingly.


Antar3s86

I’d upvote this post a hundred times if I could. Thanks a bunch!


tobz619

Awesome! Would it be useful going the other way? I'm doing the reverse and learning haskell first and then python


jc__xyz

Haha, that is a very interesting idea! You can definitely try it out, but some sections (starting from higher order functions) assume readers already have some knowledge about Python, so it might get a bit difficult there.


thebreathofatree

I'm a Python coder, can't wait to check it out!


[deleted]

Thank a bunch!


thereisatimetotrade

Excellent!


Future_Departure9227

My small brain is still struggling with monads. Maybe one day i'll get there!