this post was submitted on 11 Sep 2025
12 points (100.0% liked)

Functional Programming

1570 readers
26 users here now

founded 2 years ago
MODERATORS
 

cross-posted from: https://gregtech.eu/post/19047959

Specifically, I'm interested in BEAM, but I'm not sure if I should go for Elixir or Gleam. What seems cool about Gleam is that it has static typing.

I have no experience with functional programming at all btw

you are viewing a single comment's thread
view the rest of the comments
[–] devfuuu@lemmy.world 2 points 16 hours ago

Simple to learn language and focused on the main fp things (immutability, recursion, etc) gleam is good enough.

Otherwise on another ecosystem I'd recommend to check out standard ml.