fable-compiler / Fable.Python

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

Console.ReadLine is not supported by Fable #54

Closed WhiteBlackGoose closed 2 years ago

WhiteBlackGoose commented 2 years ago

Hi!

First, thanks for this great work!

Now, I'm trying to compile a simple hello world, but System.Console.ReadLine is not supported. Is there some bold reason for it, or it's just not implemented yet?

WhiteBlackGoose commented 2 years ago

Interestingly I can't even find the sources where you generate code for other functions XD

dbrattli commented 2 years ago

Thanks for the issue. I have added Readline to Fable (where the sources actually live). See the mention above. This issue will be fixed in the next release.

WhiteBlackGoose commented 2 years ago

Thanks! Awesome!