From 78d6282da2f4daaaadbd54b104a3142054f5f95a Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Sat, 7 Aug 2021 18:29:31 +0200 Subject: [PATCH] Create README.md --- src/runtime/c/doc/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/runtime/c/doc/README.md diff --git a/src/runtime/c/doc/README.md b/src/runtime/c/doc/README.md new file mode 100644 index 000000000..8d0ae7bda --- /dev/null +++ b/src/runtime/c/doc/README.md @@ -0,0 +1,14 @@ +# The Hacker's Guide to GF + +This is the hacker's guide to GF, for the guide to the galaxy, see the full edition [here](https://en.wikipedia.org/wiki/The_Hitchhiker%27s_Guide_to_the_Galaxy). +Here we will limit outselves to the vastly narrower domain of the [GF](https://www.grammaticalframework.org) runtime. This means that we will not meet +any [Vogons](https://en.wikipedia.org/wiki/Vogon), but we will touch upon topics like memory management, databases, transactions, compilers, +functional programming, theorem proving and sometimes even languages. Subjects that no doubt would interest any curious hacker. + +So, **Don't Panick!** and keep reading. This is a live document and will develop together with the runtime itself. + +**TABLE OF CONTENTS** + +1. [DESIDERATA](DESIDERATA.md) +2. [Memory Model](memory_model.md) +