François-David Collin

Results 16 comments of François-David Collin

It's not about tree-shaking. I realize this is more related to how fable optimize immutable structures when transpiling to js objects. solidjs provides an immutable API over js (mutable) objects,...

[Syme, D. (2006). Initializing mutually referential abstract objects: The value recursion challenge. Electronic Notes in Theoretical Computer Science, 148(2), 3-25.](https://www.sciencedirect.com/science/article/pii/S1571066106001241?via%3Dihub) In fact it is already deep in the core, but...

Hi, I'm working with J-M. Marin, and posterior RF methodologies like model choice and parameter estimation work directly on ABC reference tables, as stated in : - ABC model choice...

The status is : not working with Fable since 2.0. AFAIK, there is only one provider for current fable and it is [JsonProvider](https://github.com/fable-compiler/Fable.JsonProvider) from @alfonsogarciacaro The official doc still states...

Thanks @Zaid-Ajaj that's a very convenient solution, but ultimately someone will have to get its hands dirty and properly code the TP for fable 2.* ... I would like to...

> A few months ago I used the PoC project form Chris and Ionide.ProjInfo and implemented the functionality. The implementation is here: [DependencyManager.FsProj](https://github.com/ThisFunctionalTom/DependencyManager.FsProj), and in the [nuget README](https://www.nuget.org/packages/DependencyManager.FsProj#readme-body-tab) is explained...

Graph-based notebook is a fantastic idea, coupled with some sort of cell versioning. Think about it : you make intertwined cells with a dependant graph, and when you run a...

Sorry I forgot to add my email to my profile. I emailed mine you anyway.

Hello did you receive my email ? Could you still create me an account ? mine is [email protected] Regards,

A proper way (but clearly an not optimized one) : ```fsharp let partition (predicate : 'T -> bool) (list: alist