Hacker News new | ask | show | jobs
by partisan 3659 days ago
Are you developing in Windows or Linux? If Linux, what is your toolset and workflow?
1 comments

Develop and compile on Windows with MS tools, deploy on Linux. VS+VsVim does a nice job with F# (I tried Emacs with evil but it's not as good for F#). Deployment is as easy as copying an exe.
Thank you. I've been fooling around with VS Code and Mono, but I have been considering doing exactly as you described.