CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 01:28:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100215001120
location: https://web.archive.org/web/20100215001120/https://github.com/jochu/swank-clojure
server-timing: captures_list;dur=1.279064, exclusion.robots;dur=0.035891, exclusion.robots.policy;dur=0.015279, esindex;dur=0.019925, cdx.remote;dur=14.956299, LoadShardBlock;dur=2516.928423, PetaboxLoader3.datanode;dur=2335.966682, PetaboxLoader3.resolve;dur=43.785643
x-app-server: wwwb-app211
x-ts: 302
x-tr: 2657
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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: Tue, 26 Aug 2025 01:29:02 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 15 Feb 2010 00:11:20 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "8121b6d34b055d0efadc98f60c58f704"
x-archive-orig-x-runtime: 165ms
x-archive-orig-content-length: 21298
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 15 Feb 2010 00:11:20 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 03 Feb 2009 08:22:25 GMT", ; rel="prev memento"; datetime="Fri, 15 Jan 2010 05:10:14 GMT", ; rel="memento"; datetime="Mon, 15 Feb 2010 00:11:20 GMT", ; rel="next memento"; datetime="Wed, 17 Feb 2010 10:41:14 GMT", ; rel="last memento"; datetime="Mon, 30 Sep 2024 15:33:10 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: TLA-20100214203841-01088-ia360908-c/TLA-20100215000504-00818-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.465058, exclusion.robots;dur=0.016643, exclusion.robots.policy;dur=0.007449, esindex;dur=0.010576, cdx.remote;dur=5.910365, LoadShardBlock;dur=1909.330506, PetaboxLoader3.datanode;dur=2295.501230, PetaboxLoader3.resolve;dur=467.136981, load_resource;dur=861.578379
x-app-server: wwwb-app211
x-ts: 200
x-tr: 2825
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
jochu's swank-clojure at master - GitHub
This service is courtesy of Pledgie.
jochu / swank-clojure
- Source
- Commits
- Network (20)
- Issues (4)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Swank/slime support for clojure — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu Oct 01 09:00:03 -0700 2009 | .gitignore: replace all file types with Maven t... [Stuart Sierra] |
![]() |
README | Mon May 25 13:23:37 -0700 2009 | Update readme install instructions to use M-x c... [technomancy] |
![]() |
pom.xml | Tue Oct 06 08:08:21 -0700 2009 | mark some files to not compile for dynamic loading [jochu] |
![]() |
src/ | Sun Oct 18 23:14:09 -0700 2009 | expand-file-name for announce file [jochu] |
README
# Swank Clojure Swank-clojure is an adapter that lets you use SLIME (the Superior Lisp Interaction Mode for Emacs) with Clojure. Installation 1. Install clojure-mode.el. Either use ELPA[1] or get it manually install from source[2]. 2. Invoke M-x clojure-install and follow the directions given. This will download and configure swank-clojure as well as other dependencies. 3. If you want to use SLIME with Common Lisp or another Lisp implementation, add your default lisp back in: ;; Example for sbcl to put in your .emacs: (add-to-list 'slime-lisp-implementations '(sbcl ("sbcl"))) 4. Start slime! M-x slime Or if you have alternate implementations configured: M-- M-x slime clojure Copyright (C) 2008 Jeffrey Chu This file is licensed under the terms of the GNU General Public License as distributed with Emacs (press C-h C-c to view it). [1] - https://tromey.com/elpa [2] - https://github.com/jochu/clojure-mode