A bunch of superficial changes to the docs after reading through them carefully again

This commit is contained in:
John J. Camilleri
2021-08-24 11:27:10 +02:00
parent fdaf19a5d4
commit 03f02ae5d2
3 changed files with 60 additions and 62 deletions

View File

@@ -1,14 +1,13 @@
# 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,
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.
So, **Don't Panic!** 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)