1 1 <table><tr>
2 -<td width="250pt" valign="top">
2 +<td width="210pt" valign="top">
3 3 <font size="36pt">libk</font>
4 4 * [/doc/tip/libk.md|libk manifesto]
5 5 * [rules|rules and guidelines]
6 6 * [roster|project personnel]
7 7 * [ports|porting progress]
8 8 * [roadmap|the road ahead]
9 + * [join|getting involved]
9 10 </td>
10 11 <td>
12 +
11 13 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].
12 14
13 15 in short, libc is simultaneously a nonviable, inflexible, dangerous basis for nontrivial new projects, and obligatory for all but the most low-level work in C, forcing coders to spend a great many hours writing blast shields around its entry points. it is our aim to wash away this stain on the CS field, and hopefully make C a great deal more pleasant to write by giving coders a standard library that doesn't fight them every step of the way.
14 16
15 17 for an in-depth look at the project's aims, structure, and basic strategy, take a look at the <strong>libk manifesto</strong>.
16 18
17 19 libk is still a very new project, and we're very much looking for new contributors, whether in the role of developer, reviewer, tester, technical writer, or sponsor - in particular, those who would take on the monumental task of porting libk to windows and maintaining a windows build chain; we currently have nothing in the way of a windows team. however, even if you're new to low-level programming, you can still play an important part and meaningfully influence the shape libk ultimately takes, and if you can learn, we can teach.
18 20
19 21 <em>please note that we place a very high importance on maintaining a mutually supportive, compassionate, and productive environment where our contributors can feel valued </em>regardless<em> of their background, identity, or level of skill; behavior that threatens this environment will not be tolerated.</em>
20 22 </td>
21 23 </tr></table>