fjord icon indicating copy to clipboard operation
fjord copied to clipboard

Fjord, F# programming language for the JVM.

Results 1 fjord issues
Sort by recently updated
recently updated
newest added

Hi @penberg Have you thought about using [FSharp.Compiler.Service](http://fsharp.github.io/FSharp.Compiler.Service/) and generating JVM code from [the resolved expression trees](http://fsharp.github.io/FSharp.Compiler.Service/typedtree.html) and [symbols](http://fsharp.github.io/FSharp.Compiler.Service/symbols.html) that component gives you? If you succeeded, you could then bootstrap...