i want to learn/use functional programming language
i want to learn/use functional programming language
Cross posted from: https://infosec.pub/post/27111239
i want to learn/use functional programming language
Cross posted from: https://infosec.pub/post/27111239
You're viewing a single thread.
Elixir is a nice functional language. Not as purely functional as Haskel mind.
It is based off of Erlang and runs on the Erlang VM. Syntax is Ruby inspired. It is not a high performant language (like C, Rust, etc), but it excels at distributed computing and fault tolerance. There is excellent documentation and tooling for it as well.