Is there a functional language for C++ ecosystem?

后端 未结 9 2066
孤独总比滥情好
孤独总比滥情好 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条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-05 20:19

    The 'D' language was designed as a successor to C++. A purely functional subset of D is being developed by Andrei Alexandrescu for D 2.0. I am guessing D interoperates well with C++.

提交回复
热议问题