Hacker News new | ask | show | jobs
by ruethewhirled 5279 days ago
Not to knock the work that's been done or disparage the author of this code or similar work that's hosted on github.

But these link's to a github repo with minimal documentation and no instructions on how to use the code are frustrating.

1 comments

Documentation with examples in the code comments:

https://github.com/douglascrockford/JSDev/blob/master/jsdev....

Keepin' it real, a tool about comments must have documentation in the comments ;)

Yeah I noticed that but in what context can I run this other than command line? I assume its C code but how do I get it to work in the browser? or is it something you'd use in node.js? Guess it's just over my head
A program is read from stdin, and a modified program is written to stdout.

https://plus.google.com/118095276221607585885/posts/CTZ7BNx7...