Add old and future projects sections
authorclinton <clinton@unknownlamer.org>
Mon, 28 Jul 2008 04:44:40 +0000 (04:44 +0000)
committerclinton <clinton@unknownlamer.org>
Mon, 28 Jul 2008 04:44:40 +0000 (04:44 +0000)
Code.muse

index 87dc133..4dec1cb 100644 (file)
--- a/Code.muse
+++ b/Code.muse
@@ -4,3 +4,40 @@
 
 All of my current, and some not so current, projects are browsable via
 [[http://unknownlamer.org/darcsweb/browse][my darcsweb]]. You might want to take a look at my [[Lisp][Lisp projects]] page.
+
+* The Future
+
+** [[/darcsweb/browse?r=golgonooza;a=summary][Golgonooza]]
+
+<verse>
+Fourfold the Sons of Los in their divisions: and fourfold.
+The great City of Golgonooza: fourfold toward the north
+And toward the south fourfold, & fourfold toward the east & west
+Each within other toward the four points: that toward
+Eden. and that toward the World of Generation.
+And that toward Beulah. and that toward Ulro;
+Ulro is the space of the terrible starry wheels of Albions sons:
+But that toward Eden is walled up. till time of renovation:
+Yet it is perfect in its building. ornaments & perfection.
+</verse>
+
+* Old Projects
+
+I used to work on some programs in terrible languages like =C++= when I
+was a poor misguided youth. I still attempt to respond to bug reports
+and patches for any that are still in use (*Bobot++* appears to be the
+only one), but they are otherwise not being worked upon.
+
+** [[../code/bobot.html][Bobot++]]
+
+A fancy little IRC bot that is extensible with Scheme. If you can
+figure out the scripting interface (which is [[../code/bobotpp-manual.html#SEC35][partially documented]]) it
+is fairly powerful. =dsmith= from =#guile= has a nicely featured bot
+written on top of Bobot++; if I find time I shall attempt to post the
+source.
+
+** [[..//code/guile-web.html][Guile-Web]]
+
+A perhaps still useful library of web related utilities for
+[[http://www.gnu.org/software/guile/guile.html][Guile Scheme]]. Be warned that the serializer is inefficient, consy, and
+hacky as Hell, but the [[../code/guile-web-manual.html#SEC6][XHTML generation library]] might be useful.