Replies: 1 comment 7 replies
-
F# is not different from C# in this perspective - F# compiler emits IL so it's supported anywhere IL is supported. I believe your work on runtime side should already enable F# code running on LA64. There are alternative compilers like Fable (it supports compling F# to TypeScript, Python, Rust, maybe more) but those will use different runtimes obviously Is there any problem running simple Hello world F# app on LA64 for example? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is the fsharp project cross-platform when porting is to a new CPU where the runtime had supported the LoongArch64 architecture ?
Should I have to port fsharp to a new architecture ?
Beta Was this translation helpful? Give feedback.
All reactions