comparison www/design.html @ 365:8f0b24cc7cd7

Minor web page updates (put header/footer back, add a few <hr> tags).
author Rob Landley <rob@landley.net>
date Tue, 05 Jan 2010 10:41:52 -0600
parents f868f933bd3b
children f6ffc6685a9e
comparison
equal deleted inserted replaced
364:6df3ac5165fa 365:8f0b24cc7cd7
1 <!--#include file="header.html" -->
2
1 <b><h2>Design goals</h2></b> 3 <b><h2>Design goals</h2></b>
2 4
3 <p>Toybox should be simple, small, and fast. Often, these things need to be 5 <p>Toybox should be simple, small, and fast. Often, these things need to be
4 balanced off against each other. In general, simple is slightly more 6 balanced off against each other. In general, simple is slightly more
5 important than small, and small is slightly more important than fast, but 7 important than small, and small is slightly more important than fast, but
223 platforms like arm, char defaults to signed. This difference can lead to 225 platforms like arm, char defaults to signed. This difference can lead to
224 subtle portability bugs, and to avoid them we specify which one we want by 226 subtle portability bugs, and to avoid them we specify which one we want by
225 feeding the compiler -funsigned-char.</p> 227 feeding the compiler -funsigned-char.</p>
226 228
227 <p>The reason to pick "unsigned" is that way we're 8-bit clean by default.</p> 229 <p>The reason to pick "unsigned" is that way we're 8-bit clean by default.</p>
230
231 <!--#include file="footer.html" -->