Update README
Dependencies
Change contents
- replacement in README at line 4
Pijul, but written in C for no fun and absolutely no profit.Pijul, written in C. I only do this to learn the fundamentals of how Pijul isput together, and a distant secondary goal is to create an alternateimplementation to provide a point of comparison with the Rust implementation.Code style---------- - edit in README at line 15
Include files~~~~~~~~~~~~~Simple rule: include files should never include include files. Instead theystate (in comments or implicitly) what files they need to have included first,the problem of deciding which files to include is pushed to the user.[ the above is listed straight from pikestyle, see [pikestyle] ] - edit in README at line 26
[pikestyle]: http://doc.cat-v.org/bell_labs/pikestyle - edit in README at line 32
http://doc.cat-v.org/bell_labs/pikestyle