mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #132] F# #78
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ShalokShalom on GitHub (May 14, 2019).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/132
Hi there :)
Since I think that F# is fully C# compatible and due to the fact that this implementation works via types, is it likely that F# is fully supported.
It would be nice to have some examples since this is surely interesting for a lot of devs.
@MaxMommersteeg commented on GitHub (May 17, 2019):
It will probably be compatible since C# and F# compile to the same intermediate language. F# isn't familiar ground for me, but you could elaborate on the docs with a pull request if you like.
@ShalokShalom commented on GitHub (May 17, 2019):
I am currently not in the community involved anymore, while F# is a superset of C#, so it is probably very simple to transfer the implementation. Tons of thanks!