Search results

  1. Cloverfieldo

    Haskell is fun

    primes = 2 : filter (null . tail . primeFactors) [3,5..] primeFactors n = factor n primes where factor n (head:tail) | head*head > n = [n] | n `mod` head == 0 = head : factor (n `div` head) (head:tail) | otherwise = factor n tail main :: IO () main...
  2. Cloverfieldo

    if functional programming is only applied math, imperative programming is only applied...

    if functional programming is only applied math, imperative programming is only applied electrical engineering
  3. Cloverfieldo

    What will happen to people who make comics with Ai technology?

    Nimbaloth will eat their souls
  4. Cloverfieldo

    I really want to talk about haskell

    I really want to talk about haskell
  5. Cloverfieldo

    I'm a computer science major. I just talked with the teacher, and he was just using a very...

    I'm a computer science major. I just talked with the teacher, and he was just using a very different name than I expected, he was calling the waterfall model, the "larman methodolgy", and I still don't understand why
  6. Cloverfieldo

    do you guys also have teachers that just invent stuff, and act as if it's common knowledge, or...

    do you guys also have teachers that just invent stuff, and act as if it's common knowledge, or industry standard?
  7. Cloverfieldo

    I can read!!!!!!!!!

    I can read!!!!!!!!!
  8. Cloverfieldo

    I wish we had a shakespare festival here in brazil.....

    I wish we had a shakespare festival here in brazil.....
  9. Cloverfieldo

    just realized I wrote the wrong name it's "A Study in Scarlet", but here in brazil the direct...

    just realized I wrote the wrong name it's "A Study in Scarlet", but here in brazil the direct translation is "A Study in Red"
  10. Cloverfieldo

    I read a study in red, and it was pretty fun. I'm going to focus on brazillian literature now

    I read a study in red, and it was pretty fun. I'm going to focus on brazillian literature now
  11. Cloverfieldo

    I hate people who smoke in public, you should all die!!!!!!!!

    I hate people who smoke in public, you should all die!!!!!!!!
  12. Cloverfieldo

    sleeping is overrated

    sleeping is overrated
  13. Cloverfieldo

    The Mangadex V(N)5

    Mom, I appeared in game Anyway, thanks for mentioning me, and putting me on a bookstore
  14. Cloverfieldo

    mangas about linux?

    mangas about linux?
  15. Cloverfieldo

    Tell us, what's bothering you ?

    Sexism against men
  16. Cloverfieldo

    Holiday Yasumi's Twitter Shorts - Ch. 732 - Extremism

    I thought it was "small penis"
  17. Cloverfieldo

    Hallo!

    Hallo!
  18. Cloverfieldo

    Why authors love to genocide goblins?

    I like goblins
  19. Cloverfieldo

    I can't have a harem of monster girls who love me why even live

    I can't have a harem of monster girls who love me why even live
  20. Cloverfieldo

    netflix ruined the last season of You

    netflix ruined the last season of You
Top