FSharp.Compiler.PortaCode icon indicating copy to clipboard operation
FSharp.Compiler.PortaCode copied to clipboard

The PortaCode F# code format and corresponding interpreter. Used by Fabulous and others.

Results 6 FSharp.Compiler.PortaCode issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Runs live checking as an F# analyzer dotnet/fsharp branch feature/analyzers .\build -pack -c Debug .\build -deploy -c Release FSharp.Compiler.Portacode [branch feature/analyzers](https://github.com/fsprojects/FSharp.Compiler.PortaCode/pull/32) dotnet build dotnet publish See https://github.com/DiffSharp/DiffSharp/pull/274 This builds on...

These are the updates for the as-yet-unreleased FCS 40.x

Current version fails with missing method exception on op `-->` (DiffSharp). This is because `EvalTraitCallInvoke` uses `InvokeMember` which does not support generic methods. As an alternative type parameters are matched,...

Right now our team is placing most of the time into developing the UI for our Fabulous app, and the build/deploy time is around 2 minutes, so we are trying...

Hi, I was working on incorporating this into a [Giraffe extension](https://github.com/baronfel/Giraffe.HotReload/) to allow for hot-reload of giraffe views and I was able to get an MVP going very quickly thanks...