HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 09:52:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090427051759
location: https://web.archive.org/web/20090427051759/https://clojure.codestuffs.com/
server-timing: captures_list;dur=0.660975, exclusion.robots;dur=0.025397, exclusion.robots.policy;dur=0.011263, esindex;dur=0.013487, cdx.remote;dur=16.338186, LoadShardBlock;dur=515.406873, PetaboxLoader3.datanode;dur=147.622136, PetaboxLoader3.resolve;dur=271.461628
x-app-server: wwwb-app217
x-ts: 302
x-tr: 559
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 17 Aug 2025 09:52:34 GMT
content-type: text/html
x-archive-orig-accept-ranges: bytes
x-archive-orig-etag: "1346380138"
x-archive-orig-last-modified: Thu, 22 May 2008 16:50:45 GMT
x-archive-orig-content-length: 7086
x-archive-orig-connection: close
x-archive-orig-date: Mon, 27 Apr 2009 05:17:59 GMT
x-archive-orig-server: lighttpd/1.4.21
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 27 Apr 2009 05:17:59 GMT
link:
; rel="original",
; rel="timemap"; type="application/link-format",
; rel="timegate",
; rel="first memento"; datetime="Mon, 23 Jun 2008 23:39:28 GMT",
; rel="prev memento"; datetime="Fri, 27 Mar 2009 05:13:47 GMT",
; rel="memento"; datetime="Mon, 27 Apr 2009 05:17:59 GMT",
; rel="next memento"; datetime="Mon, 29 Mar 2010 05:52:40 GMT",
; rel="last memento"; datetime="Sat, 03 Aug 2013 02:01:31 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_9_20090426231907_crawl101-c/51_9_20090427045904_crawl100.arc.gz
server-timing: captures_list;dur=0.453053, exclusion.robots;dur=0.017082, exclusion.robots.policy;dur=0.007546, esindex;dur=0.009367, cdx.remote;dur=36.961643, LoadShardBlock;dur=317.852343, PetaboxLoader3.datanode;dur=127.903471, PetaboxLoader3.resolve;dur=346.205363, load_resource;dur=197.348904
x-app-server: wwwb-app217
x-ts: 200
x-tr: 591
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
clojure code stuffs
clojure.codestuffs.com
my miscellaneous bits of clojure related code
Repositories have been moved off of
my own server and on
to
github
These are just random clojure related projects I've
been working on. Eventually I'll have forums or
somewhere you can post comments / requests / bugs
etc... in the mean time, feel free email
me .
clojure-mode
An emacs mode for clojure.
This is a fork off
of Lennart
Staflin's clojure-mode that has improved
indentation and keyword highlighting that
attempts to be up to date with clojure SVN.
This mode also comes with optional scripts and
modifications for better integration with
paredit mode. This also implies a slightly
modified version of paredit that fixes some
bugs made obvious when used with clojure.
swank-clojure
Swank server (slime) for clojure.
This is the very beginnings of a swank support
(ie. slime). It only supports a very small subset
of the features that a full fledged swank server
provides.
It is currently under development, so expect
some debug messages. But despite that, it's in
enough of a workable state that I find it
useful.
Current features:
slime repl
find-definitions (limited)
simple-completions
basic inspection
Features in progress:
debugging
full featured inspection
clojure-extra
Everything else (only clojure startup script for now).
Shell script:
Configurable - set memory settings and startup capabilities in ~/.clojure.conf or /etc/clojure.conf.
Java directory - place all your .jar files in ~/.clojure/ and they will be loaded into clojure
Startup script - place your startup code into ~/.clojurerc