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

python3 : IronPython3 #18

Open jkone27 opened 5 months ago

jkone27 commented 5 months ago

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..