• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How did you decide to take up functional programming?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! I'm currently working on a career transition and going through training to be a full-stack developer. I've only recently become aware of the differences between functional and object oriented programming. My question for you is, how did you decide functional programming was the right path for you and what you wanted to do in your career? Based on your experience, what would you advise a newbie to be asking themselves when deciding which programming path to pursue?
 
Author
Posts: 27
9
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

jared kellerman wrote:Hi! I'm currently working on a career transition and going through training to be a full-stack developer. I've only recently become aware of the differences between functional and object oriented programming. My question for you is, how did you decide functional programming was the right path for you and what you wanted to do in your career? Based on your experience, what would you advise a newbie to be asking themselves when deciding which programming path to pursue?



Hi Jared,

Thank you for the question. It's a bit broad though. I'll try to answer briefly.

I started from C++, and then learned some approaches which are more natural for FP. After that, I've been captured by Haskell. The difference was so big that I decided to never return to C++. Moving to the full-time Haskell job took 5 more years though.

My advice will be to broaden your horizons. OOP and FP are a must, kind of. Many technologies have FP concepts, many languages have FP features, it's inevitable.

The rest depends on what you really want to achieve.
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JK: welcome to the Ranch

I have split you off into a new thread because posts in the welcome thread are ineligible for the book proze.
 
reply
    Bookmark Topic Watch Topic
  • New Topic