fsprojects / FSharp.Interop.PythonProvider

Early experimental F# type provider for python
http://fsprojects.github.io/FSharp.Interop.PythonProvider/
Other
42 stars 12 forks source link

Inspiration : the R reticulate package #13

Open nestordemeure opened 7 years ago

nestordemeure commented 7 years ago

R is now equipped with the reticulate package (it is basically a working python provider), it might serve as an inspiration to build the F# equivalent :)

sergey-tihon commented 7 years ago

Does it mean that we could use RProvider to call Python libraries?)

nestordemeure commented 7 years ago

I have not tried it yet but it should work since none of those (reticulate and the RProvider) adds notable limitations.

sergey-tihon commented 7 years ago

Would love to read you blog post about it, if you decide to try 😉

nestordemeure commented 7 years ago

I will try to put a working demo with a nice readme on github (no blog) in the days to come. I will keep this thread updated :)

StachuDotNet commented 6 years ago

@nestordemeure Ping :)