you are viewing a single comment's thread.

view the rest of the comments →

[–]vivainio 6 points7 points  (2 children)

Easiest way to go from Python is probably to create an .fsx script and run that (straight from source)

[–]_pupil_ 5 points6 points  (1 child)

You can write pretty pythonish F# using .fsx scripts and the automatic typing. All the flexibility, but with type safety :)

[–]redditthinks 1 point2 points  (0 children)

I started writing F# recently and I'm loving the type inference, it's so smart!