You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all samples and docs are using C#. It would be very useful for people that are using F# to have some samples as well since it would lower the barrier of entry if it was not needed to do the translation from C# to F#.
It would also be good to know if there were any gotchas around using Temporal with F# e.g. is F#'s async a bad idea when using the Temporal SDK?
The text was updated successfully, but these errors were encountered:
There is already a sample request open at temporalio/samples-dotnet#10, but we have not prioritized this effort. Some early research showed that you may not be able to use the typesafe lambda expressions, but otherwise it may work. There has not been enough desire for F# to invest in it thus far. Full featured F# support would be more than a sample probably, it'd be a Temporalio.Extensions.FSharp package with some helpers I think.
Describe the solution you'd like
Currently all samples and docs are using C#. It would be very useful for people that are using F# to have some samples as well since it would lower the barrier of entry if it was not needed to do the translation from C# to F#.
It would also be good to know if there were any gotchas around using Temporal with F# e.g. is F#'s async a bad idea when using the Temporal SDK?
The text was updated successfully, but these errors were encountered: