Last Updated: February 25, 2016
·
723
· 7sharp9

F# support for Edge.js

I recently wrote about integrating support for F# into Edge.js

You can now use F# natively with Edge.js,

async (input) => { return ".NET welcomes " + input.ToString(); }

You can read about this more on my blog