F#: is it OK for developing theorem provers?

前端 未结 6 1380
离开以前
离开以前 2021-02-05 11:08

Please advise. I am a lawyer, I work in the field of Law Informatics. I have been a programmer for a long time (Basic, RPG, Fortran, Pascal, Cobol, VB.NET, C#). I am currently i

6条回答
  •  执念已碎
    2021-02-05 11:35

    It sounds like the functional aspects of F# are appealing to you, but you wonder if it can handle the non-functional aspects. You should know that F# has the entire .NET Framework at its disposal. It also is not a purely functional language; you can write imperative code in it if you want to.

    Finally, if there are still things you want to do from C#, it is possible to call F# functions from C#, and vice versa.

提交回复
热议问题