June 18, 2026
I want to talk a little bit more in depth on, as the title says, my experience in the building of this site so far. Off the bat, I myself don't really know Scheme, or Lisp in general; all I know is the bare basics of the language.
I was introduced to skribilo about 3 weeks ago, which is a documentation framework, i.e., nothing to do with websites. Seeing that this was not built to create websites, I had the idea "how much can I get away with? "How many website-ish features can I build?"
The first thing I decided to build was a pseudo button. And yes, I call it pseudo, because there's no <button> tag. Once I managed to get it to work (it worked more like the href attribute) I concluded that everything is possible to do with this framework, using no HTML whatsoever.
Not only do I see this as a fun challange, but it also allows me to finally build my personal site, which is something I've been procrastinating on doing. Using a language I'm not familiar with, and a framework not intended for websites forces me to think outside of the box for the simplest things, that are taken for granted, which is really fun.
BTW hello if any one of you guys ever sees this :]