Are there any statically-typed functional languages?

后端 未结 6 875
无人及你
无人及你 2021-02-05 10:48

I\'m coming from a statically-typed background and investigating functional programming, but I\'m not entirely excited about dynamic typing. I\'m curious about what kind of opti

6条回答
  •  梦谈多话
    2021-02-05 11:13

    If you are familiar with the Java ecosystem, the very Haskell-like language Frege might be worth a look as it compiles to Java source code.

提交回复
热议问题