CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 14:04:25 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100115051014
location: https://web.archive.org/web/20100115051014/https://github.com/jochu/swank-clojure
server-timing: captures_list;dur=0.767769, exclusion.robots;dur=0.024177, exclusion.robots.policy;dur=0.010673, esindex;dur=0.013242, cdx.remote;dur=14.594035, LoadShardBlock;dur=449.982284, PetaboxLoader3.datanode;dur=354.919722, PetaboxLoader3.resolve;dur=47.443705
x-app-server: wwwb-app203
x-ts: 302
x-tr: 505
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app203; 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 14:04:26 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 15 Jan 2010 05:10:14 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "02e3b1c775cb1a6290200552fc4dd40a"
x-archive-orig-x-runtime: 130ms
x-archive-orig-content-length: 20416
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: Fri, 15 Jan 2010 05:10:14 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="Thu, 03 Dec 2009 12:00:02 GMT", ; rel="memento"; datetime="Fri, 15 Jan 2010 05:10:14 GMT", ; rel="next memento"; datetime="Mon, 15 Feb 2010 00:11:20 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: 51_13_20100115034129_crawl102_IndexOnly-c/51_13_20100115050628_crawl101.arc.gz
server-timing: captures_list;dur=0.716623, exclusion.robots;dur=0.024866, exclusion.robots.policy;dur=0.011206, esindex;dur=0.014698, cdx.remote;dur=8.299049, LoadShardBlock;dur=81.134928, PetaboxLoader3.datanode;dur=175.009290, PetaboxLoader3.resolve;dur=66.578906, load_resource;dur=164.517928
x-app-server: wwwb-app203
x-ts: 200
x-tr: 329
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 (3)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
-
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... [stuartsierra] |
![]() |
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
This feature is coming soon. Sit tight!