Replies: 6 comments
-
The project you linked to seems to be transpilling JS to compile to Java/run over Java. Because Fable generate JavaScript, you should be able to use the generated code as his. If the goal is to support Java directly in Fable, then it means adding a new compiler target and for contributors to come to add it and maintain it. |
Beta Was this translation helpful? Give feedback.
-
asking a bit in general if anyone knows, if one wanted to target Java trying to implement a test Fable.Java project, what would be the steps needed?
|
Beta Was this translation helpful? Give feedback.
-
other interesting facts:
|
Beta Was this translation helpful? Give feedback.
-
an old thread from F# compiler > fsharp/zarchive-fssf-ask-the-board#4 , maybe relevant? also chatgpt quick Q on the topic: https://chatgpt.com/share/676430c0-e638-800e-b0ca-9e849516799f |
Beta Was this translation helpful? Give feedback.
-
Some other ml-style languages that compile to java might be of interest for research for java/bytecode generation:
|
Beta Was this translation helpful? Give feedback.
-
add also some libraries that might be useful for Java compilation world > AST / abstract synthax tree etc..
|
Beta Was this translation helpful? Give feedback.
-
would be cool and super duper if F# could target the JVM, which has kind of a big market share still, especially for existing backend services...
Beta Was this translation helpful? Give feedback.
All reactions