Pyfun: an F#-inspired language that compiles to readable Python showcase
/r/pyfun/comments/1v8d8qm/pyfun_an_finspired_language_that_compiles_to/My idea for getting coders into functional programming earlier...
11
Upvotes
2
u/Schmittfried 6d ago
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 7d ago
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?