Skip to content

Commit c50f035

Browse files
committed
A note on the style of C code
1 parent 3695202 commit c50f035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Kx's KDB+ uses the Q language, and is built on top of k4. Kx used to sell a data
1515

1616
To get perspective on the progression to the latest reincarnation see https://shakti.com/database-software-history/
1717

18+
A note on the unusual style of C code: It attempts to replicate the style of Arthur Whitney. A striking original example is contained in file https://github.com/tavmem/buddy/blob/master/a/b.c. There are 2 versions of the buddy memory allocation system. The first is in 11 lines in Whitney's style. The second is in well documented traditional C (almost 750 lines).
19+
1820
Mailing Lists
1921
-------------
2022
[kona-user](https://groups.google.com/forum/#!forum/kona-user) is about using the Kona programming language.

0 commit comments

Comments
 (0)