Hacker News new | ask | show | jobs
by hugo1789 439 days ago
Why so complicated? Wine is cool if you need to run an existing binary but when you're writing your own software, why not just compile the platform independent part into a binary and make the platform dependent part a little library (open-source)?