If you already know LISP, why would you also want to learn F#?

前端 未结 11 1458
刺人心
刺人心 2020-12-30 13:25

What is the added value for learning F# when you are already familiar with LISP?

11条回答
  •  情书的邮戳
    2020-12-30 13:52

    F# has the benefit that .NET development (in general) is very widely adopted, easily available, and more mass market.

    If you want to code F#, you can get Visual Studio, which many developers will already have...as opposed to getting the LISP environment up and running.

    Additionally, existing .NET developers are much more likely to look at F# than LISP, if that means anything to you.

    (This is coming from a .NET developer who coded, and loved, LISP, while in college).

提交回复
热议问题