I have a complex piece of F# client code which successfully accesses some webservices.
The specification of the project has now changed and I wish to manipulate the data extracted from the webservices in python, instead of wasting time and energy on writing a python client I would like to access the F# code from python.
I know that this is possible if the client code was written in C# or c, but how do I do this with F#?
I cant find any reference of anyone doing this on the internet.
Anyone have any ideas?