Documentation Source Text

Check-in [a8bc3a4771]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Cross-reference whyc.html to the HN and Reddit comments.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a8bc3a4771fd212ffb49f89c4cd241e0587965feb17729f1f6bfe2b3205095b8
User & Date: drh 2018-03-23 18:18:15.744
Context
2018-03-23
19:16
Rework the overview section of the CoC. (check-in: 647aab3db2 user: drh tags: trunk)
18:18
Cross-reference whyc.html to the HN and Reddit comments. (check-in: a8bc3a4771 user: drh tags: trunk)
17:50
Tweaks to the new assert documentation. (check-in: 19d3bdb7e3 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/whyc.in.
1
2
3
4
5







6
7
8
9
10
11
12
<title>Why Is SQLite Coded In C</title>

<table_of_contents>

<h1>C Is Best</h1>








<p>
Since its inception on 2000-05-29, SQLite has been implemented in generic C.
C was and continues to be the best language for implementing a software
library like SQLite.  There are no plans to recode SQLite in any other
programming language at this time.






>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<title>Why Is SQLite Coded In C</title>

<table_of_contents>

<h1>C Is Best</h1>

<blockquote><table border='1'><tr><td>
Note: Sections 2.0 and 3.0 of this article were added in response
to comments on 
[https://news.ycombinator.com/item?id=16585120|Hacker News] and
[https://www.reddit.com/r/programming/comments/84fzoc/why_is_sqlite_coded_in_c/|Reddit].
</table></blockquote>

<p>
Since its inception on 2000-05-29, SQLite has been implemented in generic C.
C was and continues to be the best language for implementing a software
library like SQLite.  There are no plans to recode SQLite in any other
programming language at this time.