Functional Programming

10 readers
0 users here now

Idris, Haskell, Elm, Mercury, etc. and sometimes even functional programming paradigms in imperative languages

founded 4 years ago
MODERATORS
1
 
 

I'm cleaning audio and reposting (with permission) these amazing videos on Category Theory for Programmers by Bartosz Milewski.

2
 
 

Highlights:

  • The BeamAsm JIT-compiler has been added to Erlang/OTP and will give a significant performance boost for many applications.

  • The JIT-compiler is enabled by default on most x86 64-bit platforms

3
2
submitted 3 years ago* (last edited 3 years ago) by [email protected] to c/[email protected]
 
 

Advantages and challenges with Haskell

4
 
 

I'm working on a universal tic-tac-toe backend that can be communicated with in any language via RPC. Should I chose Rust, or a higher level functional language like Haskell?

5