Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] F# Samples/Documentation #390

Open
purkhusid opened this issue Jan 8, 2025 · 1 comment
Open

[Feature Request] F# Samples/Documentation #390

purkhusid opened this issue Jan 8, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@purkhusid
Copy link

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?

@purkhusid purkhusid added the enhancement New feature or request label Jan 8, 2025
@cretz
Copy link
Member

cretz commented Jan 9, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants