fable-compiler / Fable.Python

Python bindings for Fable
https://fable.io/docs/
MIT License
136 stars 10 forks source link

Does Fable.Python only work on Fable --prerelease? #130

Open travis-leith opened 4 months ago

travis-leith commented 4 months ago

I feel like it has been around for a while now. Docs state to use --prerelease. Is this just an out of date doc or is it recommended to use --prerelease?

I am considering using Fable.Python on a new project I am planning. The project will be based on Azure Databricks, which does not support dotnet, but it does support python. I like my code to be strongly typed and my experience of typed python is that it is not as nice as f#. So my hope is that this repo will allowe me to use f# to write pyhton code to be deployed to azure databricks.

dbrattli commented 4 months ago

Those docs are deprected and will be deleted. Use https://fable.io/docs/ instead.