2 2 <td width="210pt" valign="top">
3 3 <font size="36pt">libk</font>
4 4 * [/doc/tip/libk.md|libk manifesto]
5 5 * [/download|download source]
6 6 * [rules|rules and guidelines]
7 7 * [roster|project personnel]
8 8 * [ports|porting progress]
9 + * [porting|porting guide]
9 10 * [roadmap|the road ahead]
10 11 * [join|getting involved]
11 12 </td>
12 13 <td>
13 14
14 15 libk is an (admittedly ambitious) project to create a reasonably cross-platform replacement for libc that uses and encourages modern coding techniques and idiomatic, efficient use of C. the existing standard library, libc, is an [http://man7.org/linux/man-pages/man3/errno.3.html|old and ailing thing], marked by idioms that otherwise would easily earn any CS student an F, replete with [http://man7.org/linux/man-pages/man3/srand.3.html|potholes and traps] for the unwary and novice alike, and was designed at a point in history where computers were still very new and anyone who knew what they were doing had [https://timeline.com/women-pioneered-computer-programming-then-men-took-their-industry-over-c2959b822523|long since been pushed out of the field].
15 16