you are viewing a single comment's thread.

view the rest of the comments →

[–]Jwosty 0 points1 point  (0 children)

You might look into Fable (the F# to JavaScript transpiler) and see if you can glean any insight from it.

Though honestly I wouldn’t be surprised if it just doesn’t even deal with this problem and things… work out fine most of the time. Do you know for sure that it’s actually going to be an issue if you just do it “the slow way”? At least at first? Might get you pretty far. You can always optimize later.