Hacker News new | ask | show | jobs
by gwbas1c 1359 days ago
Hopefully I can find some time in my busy schedule to try this.

One thing I like is that the code appears to flow more like a console app than a GUI app. I've always found it's easy to create a quick-and-dirty console app; but if I want to do a quick-and-dirty UI (windows) app, it's much more time consuming.

This is because, with console IO, you can write your UI in a very linear manner. With UI (windows), it's much harder to write the code in a linear manner.