Hacker News new | ask | show | jobs
by swah 3724 days ago
Go is a good target for portable text editors these days, IMO: https://github.com/nsf/godit
1 comments

A good point. I didn't specify in my initial comment (and I should have) but one of our other criteria is to be able to build everything with just a C/C++ compiler. So we'd have to bundle/bootstrap Go just to build the editor, which I believe is too heavy to be practical for that (unfortunately).