this post was submitted on 19 Jun 2023
21 points (100.0% liked)

Functional Programming

18 readers
1 users here now

founded 2 years ago
MODERATORS
 

My first language was Racket and so naturally I gravitated to the lispy untyped functional programming style even when I was using languages like Python or Java, but when I tried Haskell for the first time my mind was absolutely blown and I was a convert ever since. What are your thoughts?

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

My personal preference is (not only constraint to functional programming): untyped language for small-medium projects, typed language for slightly bigger/enterprise projects.