FSharp.Interop.PythonProvider
FSharp.Interop.PythonProvider copied to clipboard
python3 : IronPython3
Suggestion Python3
we could have a branch for this to use ironpython3 : https://github.com/IronLanguages/ironpython3 , seems mantained
Repro steps
Useful to use modern python in F# scripts! would be very useful together with
#r "py: ....<pip dependency for iron python>..."
Expected behavior
run and execute python 3 inside NET6 LTS (ironpy is NET6 so is compat), maybe this branch should not support older .NET versions, NET8 is latest LTS..