Hacker News new | ask | show | jobs
by rtperson 5303 days ago
Awesome idea -- I can think of three or four people who would really benefit from this kind of book. One thing: you recommend SciTE for a Windows editor, but the real preference these days is for Notepad++ (http://notepad-plus-plus.org/). I've used both, and while they're largely similar, Notepad++ simply works better on Windows.

On a similar note, it would be great to be able to leave comments like this close to the source. Maybe you could include a system for on-line comments on the site, kind of like what Real World Haskell did (http://book.realworldhaskell.org/read/getting-started.html).

Great work. I especially like how well you made the case for non-programmers to pick up programming. The introduction is pure gold.

1 comments

Thank you for the compliment and tip. Yeah I had been aware of Notepad++ but didn't know if it was completely free (and of course, now that I took the time to check out the page, it obviously is) and I was impressed that someone got SciTE running on their corporate old laptop, so I decided to go with the lowest denominator. Will definitely checkout Notepad++. Anything with code coloring and Regexp is about all that's needed.