this post was submitted on 22 Jun 2023
23 points (100.0% liked)

Functional Programming

1396 readers
1 users here now

founded 1 year ago
MODERATORS
 

Hello fellow FP-Lemmyites. I'd love to hear stories about what got you interested in FP originally, and how you learned.

you are viewing a single comment's thread
view the rest of the comments
[–] jrop@programming.dev 2 points 1 year ago

I took a PL class in college, and we used Scheme. Ever since then, I noticed the concepts that I learned in that class seeping into other PLs. At the time I was programming Java 7 and JavaScript (ECMAScript 6). As soon as Java 8 hit, they had their stream API, and around the same time TC39 started adding FP-influenced APIs to JS.

My exposure to FP has not been "pure", but I have really enjoyed its influence in the languages that I use every day (Rust being the latest).