Are there any statically-typed functional languages?

后端 未结 6 843
无人及你
无人及你 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 10:51

    The type theory was first applied to the functional programming (typed lambda calculus), long before any imperative languages.

    For the most advanced static type systems (you won't find anything comparable in the imperative world) check out Coq and Agda.

提交回复
热议问题