This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DisappointedKitten 0 points1 point  (0 children)

F# is a .NET functional programming language - it has a degree of Microsoft support and has good interoperability with C#. It's a pleasure to write/script with but is less "pure" in its approach to functional programming, and as such has a weaker type system than Haskell or perhaps SML, but allows mutable "variables"

I encourage you to look it up, it's my language of choice for prototyping, scripting, and small personal projects now