4 ms·
I only read the slides, but at one point the author mentions that they've built an hybrid app using (Haskell + C#). Next, the author mentions about several lim
by looser 15y ago
I only read the slides, but at one point the author mentions that they've built an hybrid app using (Haskell + C#).
Next, the author mentions about several limitations that C# has and that Haskell has a much better approach.
So, why use C#? Why not only use Haskell?
- taudelta 15y agoHe mentions that later on during the Q&A session
- bos 15y agoOur app consists of two parts: there's a client component that integrates into Outlook, and a server part that does all the actual heavy lifting. The client-side code is written in C# because the .net APIs for Office are the easiest to deal with.