Dag Brattli

Results 108 comments of Dag Brattli

You could try out [Fable.Giraffe](https://github.com/dbrattli/Fable.Giraffe) and Remoting (it's built-in). That gives you a Fable app with a Python backend that can easily be integrated with Pandas etc.

@pkese This looks interesting, but I'm not sure about the state of quotation support in Fable. We will need to investigate https://github.com/fable-compiler/Fable/pull/1839

What did the original F# code for this line look like? Or could you make a minimal repro without the deps?

FYI: @alfonsogarciacaro for info about quotation handling. He might provide more input here.

@pkese What version of Fable are you running? `dotnet fable-py --version` When I try the example I get: ```py s : str = ("Py_" + "string".upper()) + ";" ``` ```sh...

@alfonsogarciacaro Do you have any ideas about this?

Great effort! Keep up the good work!

That is really great progress!! Sorry I haven't had much time to look at it yet since I have been busy with the compiler (and Jupyter).

@alexpantyukhin Not sure I understand what you mean about generate Fable AST? Why Fable AST? Did you mean F# AST to generate F#? Btw please note the new `[]`, e.g:...

FYI: This looks to be failing in Fable JS as well, please submit an issue to https://github.com/fable-compiler/Fable