Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the whyc.html page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.22 |
Files: | files | file ages | folders |
SHA3-256: |
c7663e0c392f39e414688407cfeb04c7 |
User & Date: | drh 2018-03-14 19:09:16.035 |
Context
2018-03-15
| ||
11:25 | Fix typos in the th3.html document. (check-in: 996754464c user: drh tags: branch-3.22) | |
2018-03-14
| ||
19:09 | Fix a typo in the whyc.html page. (check-in: c7663e0c39 user: drh tags: branch-3.22) | |
2018-03-09
| ||
18:11 | Further improvements to the search script. (check-in: 55959de4e8 user: drh tags: branch-3.22) | |
Changes
Changes to pages/whyc.in.
︙ | ︙ | |||
47 48 49 50 51 52 53 | make the interface simpler. However, on iPhone applications are coded in Objective-C or Swift, neither of which have the ability to call libraries written in Java. Thus, SQLite would be unusable on iPhones had it been written in Java. <h2>Low-Dependency</h2> | | | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | make the interface simpler. However, on iPhone applications are coded in Objective-C or Swift, neither of which have the ability to call libraries written in Java. Thus, SQLite would be unusable on iPhones had it been written in Java. <h2>Low-Dependency</h2> <p>Libraries written in C do not have a huge run-time dependency. In its minimum configuration, SQLite requires only the following routines from the standard C library: <center> <table border=0> <tr> <td valign="top"> |
︙ | ︙ |