Conversation Between functor and Omer

10 Visitor Messages

  1. The . function is just function composition.

    Mathematical definition:
    (f ∘ g)(x) = f(g(x))

    In Haskell..
    (f . g) x == f (g x)
  2. ASCII breasts? Haha! Nice one. What do the periods represent in Haskell?
  3. Oh Well, thanks for the conversation You seem extremely knowledgeable, I hope you can teach me something
  4. No, sometime between the ages of 1 and 20
  5. 1 years old?! Really?
  6. Sometime between 1-20 years old, probably nearing the middle.
  7. Thanks for the encouragement! At what age did you start?
  8. Ahh, it's nice to see someone so knowledgeable at a young age. Keep at it!
  9. Yes, I am I am very grateful for the knowledge I have. See, it's a long story, but when I was young, I'd always be fascinated with computers. But I was always a "wannabe". By this I mean I'd gather my friends around a computer and type "ipconfig" into the command prompt and they'd all think I was some knowledgeable hacker. Of course, I grew bored, so I decided to actually learn to program. Java at first, then Delphi and Python.
  10. Hi. Would it be rude of me to ask if you were actually 12? If so, you seem rather knowledgeable for someone so young (I don't rule out knowledgeable young programmers as I know a few!)
Showing Visitor Messages 1 to 10 of 10