Hacker News new | ask | show | jobs
by trgn 524 days ago
it's secret superpower it to allow you to give up on trying your code to compile and then just to shim against some C# bindings
1 comments

C# bindings?? F# and C# build on top of the same type system and can transparently access each other's types.
maybe I misunderstand, but iirc i had to compile C# first into a separate dll.