diff options
author | Marvin Borner | 2023-11-06 18:50:35 +0100 |
---|---|---|
committer | Marvin Borner | 2023-11-06 18:50:35 +0100 |
commit | 1f7231153c172500f1073ddb22ec911379f83a07 (patch) | |
tree | f6914c30fcbeaf44c12b405eaa09065fb8203ac7 /docs/wiki_src/index.md | |
parent | 9d722a0b6138827de743f9fe4acbf3f2c1830bb0 (diff) |
Improved wiki and reduced readme
Diffstat (limited to 'docs/wiki_src/index.md')
-rw-r--r-- | docs/wiki_src/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/wiki_src/index.md b/docs/wiki_src/index.md index 3049322..000f874 100644 --- a/docs/wiki_src/index.md +++ b/docs/wiki_src/index.md @@ -3,4 +3,6 @@ Bruijn is basically pure lambda calculus with a bit of syntactic sugar. It has no side effects, primitive functions or datatypes. -Browse this wiki by using the search or by clicking *next* or any of the links. +Browse this wiki by using the search or by clicking *next* or any of the +links. If you prefer free-flowing text, read the blog post [The bruijn +programming language](https://text.marvinborner.de/2023-04-06-01.html). |