r/fsharp • u/fun_si • Jul 31 '26
showcase Pyfun: an F#-inspired language that compiles to readable Python
/r/pyfun/comments/1v8d8qm/pyfun_an_finspired_language_that_compiles_to/My idea for getting coders into functional programming earlier...
15
Upvotes
2
u/Schmittfried Aug 01 '26
As someone who’d love to work with F# one day or see Python become more functional, that’s a pretty neat idea.
4
u/paulgzareith Jul 31 '26
Curious if this is able to take advantage of python libraries having type definitions?
If not, what would be the benefit of using this over Fable's Python target?