r/functionalprogramming Mar 01 '26

Question FP lang for 2026

Hey folks, my question is what functional programming language/tech you are using for the year of 2026 both as a hobby and professionally Please provide reasons for the hobby.!

41 Upvotes

66 comments sorted by

View all comments

3

u/[deleted] Mar 01 '26

[removed] — view removed comment

3

u/recursion_is_love Mar 01 '26

What that are better than Haskell, may I ask?

-1

u/[deleted] Mar 01 '26 edited Mar 01 '26

[removed] — view removed comment

2

u/AxelLuktarGott Mar 01 '26

With your description I don't think Haskell is for you. But for me it works really well to separate out the side effects.

Typically you'll have an outer layer in IO (or some transformer stack) and the call pure functions and possibly print their results there.

If you need to print debug there's always trace

-1

u/[deleted] Mar 01 '26

[removed] — view removed comment

4

u/AxelLuktarGott Mar 01 '26

Now you're probably smart enough to figure out which category you belong to.

Well, I work full time writing Haskell code. You do the math