From d993104e86f2e2ec8ff1036648e34eebdca0d58d Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Mon, 1 Jun 2026 21:58:43 +0200 Subject: Lil doc update. --- html/index.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'html') 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! -- cgit v1.2.3