feat(dart): quotations#4784
Conversation
d6fa969 to
7cdde71
Compare
|
Similar question as in the PHP PR |
|
A typical F# developer is not a junior, but someone who has spent 10 years in C# and then got bored and thought things could be done better. Part of that 10-year journey has been trying to build overly generic solutions, learning complex systems and architectures, etc., which has led F# programmers to develop a good understanding of, for example, metaprogramming. And for that, reflection and quotations are important. So I would want to see Fable + quotations + reflection (+typeproviders) possibility on different business domains:
|
|
OK thank you for the explanations. I guess we can accept the Dart quotation support as for Mobile development we don't have other good alternative. The difficulty is where to draw the line with new targets supports etc. as we are a small set of developers and don't know all too well some of the target languages. But that's a problem for the future and there are technical solution to help us here. I will review this PR later today or in the coming days. |
7cdde71 to
6f8a41b
Compare
Quotations for Dart. This is dependent on #4780 (so that should be merged first).