CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 13:09:08 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091117021037
location: https://web.archive.org/web/20091117021037/https://github.com/richhickey/clojure/tree/new
server-timing: captures_list;dur=0.828503, exclusion.robots;dur=0.036759, exclusion.robots.policy;dur=0.021433, esindex;dur=0.020899, cdx.remote;dur=52.423414, LoadShardBlock;dur=253.360816, PetaboxLoader3.datanode;dur=48.481336, PetaboxLoader3.resolve;dur=95.678383
x-app-server: wwwb-app202
x-ts: 302
x-tr: 336
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; 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: Sat, 09 Aug 2025 13:09:09 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 17 Nov 2009 02:10:36 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "b1555d905b24a8f3bd4ddb585dcee861"
x-archive-orig-x-runtime: 67ms
x-archive-orig-content-length: 28135
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: Tue, 17 Nov 2009 02:10:37 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 05 Aug 2009 04:01:45 GMT", ; rel="prev memento"; datetime="Mon, 05 Oct 2009 03:00:10 GMT", ; rel="memento"; datetime="Tue, 17 Nov 2009 02:10:37 GMT", ; rel="next memento"; datetime="Fri, 18 Sep 2015 23:17:16 GMT", ; rel="last memento"; datetime="Tue, 14 Mar 2017 12:55:21 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_12_20091117012652_crawl101_IndexOnly-c/51_12_20091117021009_crawl101.arc.gz
server-timing: captures_list;dur=0.781173, exclusion.robots;dur=0.037152, exclusion.robots.policy;dur=0.022803, esindex;dur=0.015242, cdx.remote;dur=42.013170, LoadShardBlock;dur=204.448150, PetaboxLoader3.datanode;dur=132.066606, PetaboxLoader3.resolve;dur=276.936543, load_resource;dur=251.294238
x-app-server: wwwb-app202
x-ts: 200
x-tr: 595
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
richhickey's clojure at new - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | The Clojure programming language edit |
Homepage: | https://clojure.org edit |
Public Clone URL: |
git://github.com/richhickey/clojure.git
Give this clone URL to anyone.
git clone git://github.com/richhickey/clojure.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:richhickey/clojure.git
|
clojure /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Jun 15 15:11:40 -0700 2009 | added clojure.ipr and clojure.iws to .gitignore [richhickey] |
![]() |
build.xml | Mon Sep 28 09:39:16 -0700 2009 | fix #171: ns reflection warnings, and others th... [mikehinchey] |
![]() |
clojure.iml | Thu May 28 06:42:16 -0700 2009 | first cut of chunked seqs Chunked seqs, initial... [richhickey] |
![]() |
epl-v10.html | Sun Dec 14 12:01:08 -0800 2008 | Moved to Eclipse Public License - see epl-v10.... [richhickey] |
![]() |
pom-template.xml | Mon Apr 27 16:10:53 -0700 2009 | added support for versioned builds, alignment w... [richhickey] |
![]() |
readme.txt | Wed Dec 17 16:52:42 -0800 2008 | updated readme with run and build lines [richhickey] |
![]() |
src/ | Mon Nov 16 09:27:33 -0800 2009 | added extend-protocol [richhickey] |
![]() |
test/ | Thu Oct 01 09:18:23 -0700 2009 | shorter, stronger embedded-constants tests. fix... [timothypratley] |
readme.txt
* Clojure * Copyright (c) Rich Hickey. All rights reserved. * The use and distribution terms for this software are covered by the * Eclipse Public License 1.0 (https://opensource.org/licenses/eclipse-1.0.php) * which can be found in the file epl-v10.html at the root of this distribution. * By using this software in any fashion, you are agreeing to be bound by * the terms of this license. * You must not remove this notice, or any other, from this software. Docs: https://clojure.org Feedback: https://groups.google.com/group/clojure To Run java -cp clojure.jar clojure.lang.Repl To Build: ant -------------------------------------------------------------------------- This program uses the ASM bytecode engineering library which is distributed with the following notice: Copyright (c) 2000-2005 INRIA, France Telecom All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This feature is coming soon. Sit tight!