summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-06-01 21:58:43 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-06-01 21:58:43 +0200
commitd993104e86f2e2ec8ff1036648e34eebdca0d58d (patch)
treee65c5e2ea84b1ebc964f946848abdd122ce8a563 /html
parent724ac8ae394675a78c2977c6e35555b210256e01 (diff)
Lil doc update.
Diffstat (limited to 'html')
-rw-r--r--html/index.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/html/index.md b/html/index.md
index f8fe67c..d8fdcba 100644
--- a/html/index.md
+++ b/html/index.md
@@ -32,25 +32,24 @@ would normally have to go through to achieve things that are rather
simple to do in higher level languages, at the cost of not having
optimal run-time behavior due to missing details.
-This language doesn't actually exist yet. You are merely reading the
-ramblings of a madman. A little bit of code is here already though:
+I've started drafting a User Manual of sorts here:
-[Source code](https://git.tkammer.de/zisp/)
+* [Docs](doc/)
The design process of Zisp happens in large part through little notes
and moderate-length blog-style articles that I write down to clarify
my own thoughts:
-[Notes](notes/)
+* [Notes](notes/)
Some of these may be quite insightful, while others are ramblings.
Some are outdated with regards to code that I've since written to
actually implement the ideas, since writing code often gives you
another perspective on how to best do things.
-I've also started drafting a User Manual of sorts, though it's mostly
-empty right now:
+This language doesn't actually exist yet. You are merely reading the
+ramblings of a madman. A little bit of code exists already though:
-[Docs](docs/)
+* [Source code](https://git.tkammer.de/zisp/)
Don't expect much; this is ultimately a hobby project!