Jump to content

Who here has experience with coding in Haskell?


Recommended Posts

Posted
7 hours ago, mr magoo said:

I recommend this book, Learn you a Haskell for Great Good. Everything you need to know and it's very easy to read.

http://learnyouahaskell.com/chapters

Bookmarked and saved. TY

9 hours ago, HeyImJamie said:

:???:

Complaining when someone gives the answer. Write it yourself if you want it basic you pleb

I did, no thanks to you.

cubeRoot x = if x > 0 then x ** 0.33333333 else ((-x) ** 0.33333333) * (-1)

9 hours ago, Runnwith said:

:leech: 

What's that?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...