My new task tracker is done enough to use:

https://not.d34d.net/

*** It kinda looks like it is ready for public use, but
it is not. The register/reset/login flow is not hooked
up yet.

Here is the code:
https://codeberg.org/pkw/chicken-web

It is basically a scheme copy of this common-lisp project:
https://codeberg.org/pkw/clue

There was no reason to rewrite it besides I wanted
to do it in scheme. I think I learned more about both common-lisp
and scheme, and would still highly recommend either language
as very good, thumbs up emoji !

I used a copy of the sqlite file to develop then new one.

I like how I enrcypted a small piece of info into the session
cookie that the server can decrypt.
(The cookie should be mostly useless and contain no data.)

*** If you don't get what this offers over say Flask ...
You are correct, it offers nothing except it might be more
performant and have less cultural complexity.

#chicken #scheme #commonlisp