Is there a functional language for C++ ecosystem?

后端 未结 9 1946
孤独总比滥情好
孤独总比滥情好 2021-02-05 19:34

Java has Scala and .NET has F#. Both of these languages are very highly integrated into the respective Java and .NET platforms. Classes can be written in Scala then extended i

9条回答
  •  -上瘾入骨i
    2021-02-05 20:22

    Ah, something else. Although this certainly isn't what you meant, template metaprogramming in C++ is purely functional.

提交回复
热议问题