Add latex2png CSS styles
[clinton/website/src/unknownlamer.org.git] / Code.muse
CommitLineData
b8fc5f83 1#title Programming Projects
2
3* Nothing Much to See Here
4
5All of my current, and some not so current, projects are browsable via
3c128df2 6[[http://unknownlamer.org/darcsweb/browse][my darcsweb]]. You might want to take a look at my [[Lisp][Lisp projects]] page.
0ae05a7e 7
8* The Future
9
1c77913a 10** [[darcsweb::golgonooza][Golgonooza]]
0ae05a7e 11
12<verse>
13Fourfold the Sons of Los in their divisions: and fourfold.
14The great City of Golgonooza: fourfold toward the north
15And toward the south fourfold, & fourfold toward the east & west
16Each within other toward the four points: that toward
17Eden. and that toward the World of Generation.
18And that toward Beulah. and that toward Ulro;
19Ulro is the space of the terrible starry wheels of Albions sons:
20But that toward Eden is walled up. till time of renovation:
21Yet it is perfect in its building. ornaments & perfection.
22</verse>
23
24* Old Projects
25
26I used to work on some programs in terrible languages like =C++= when I
27was a poor misguided youth. I still attempt to respond to bug reports
28and patches for any that are still in use (*Bobot++* appears to be the
29only one), but they are otherwise not being worked upon.
30
31** [[../code/bobot.html][Bobot++]]
32
33A fancy little IRC bot that is extensible with Scheme. If you can
34figure out the scripting interface (which is [[../code/bobotpp-manual.html#SEC35][partially documented]]) it
35is fairly powerful. =dsmith= from =#guile= has a nicely featured bot
36written on top of Bobot++; if I find time I shall attempt to post the
37source.
38
f075352b 39** [[../code/guile-web.html][Guile-Web]]
0ae05a7e 40
41A perhaps still useful library of web related utilities for
42[[http://www.gnu.org/software/guile/guile.html][Guile Scheme]]. Be warned that the serializer is inefficient, consy, and
43hacky as Hell, but the [[../code/guile-web-manual.html#SEC6][XHTML generation library]] might be useful.