CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 06 Sep 2025 00:03:56 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100508030506
location: https://web.archive.org/web/20100508030506/https://github.com/richhickey
server-timing: captures_list;dur=0.671311, exclusion.robots;dur=0.020042, exclusion.robots.policy;dur=0.008176, esindex;dur=0.010142, cdx.remote;dur=23.249658, LoadShardBlock;dur=283.851291, PetaboxLoader3.datanode;dur=93.816852, PetaboxLoader3.resolve;dur=147.845846
x-app-server: wwwb-app239
x-ts: 302
x-tr: 641
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app239; 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, 06 Sep 2025 00:03:57 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 08 May 2010 03:05:05 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "cb7dd592634c2fac4af590f94fbeb3af"
x-archive-orig-x-runtime: 107ms
x-archive-orig-content-length: 50471
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: Sat, 08 May 2010 03:05:06 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 04 Jun 2009 19:58:50 GMT", ; rel="prev memento"; datetime="Mon, 19 Apr 2010 07:42:09 GMT", ; rel="memento"; datetime="Sat, 08 May 2010 03:05:06 GMT", ; rel="next memento"; datetime="Sun, 03 Aug 2014 11:58:15 GMT", ; rel="last memento"; datetime="Mon, 25 Aug 2025 01:36:20 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: 52_15_20100508014130_crawl103_IndexOnly-c/52_15_20100508025220_crawl101.arc.gz
server-timing: captures_list;dur=0.599683, exclusion.robots;dur=0.020085, exclusion.robots.policy;dur=0.008112, esindex;dur=0.011672, cdx.remote;dur=80.897449, LoadShardBlock;dur=244.560212, PetaboxLoader3.datanode;dur=212.747888, PetaboxLoader3.resolve;dur=288.613985, load_resource;dur=290.170299
x-app-server: wwwb-app239
x-ts: 200
x-tr: 756
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
richhickey's Profile - GitHub
Public Activity
richhickey
(Rich Hickey)
- You’re not logged in!
- Login
- Pricing & Signup
Following 0 coders and watching 11 repositories view all →
Public Repositories (5)
-
clojure
The Clojure programming language
Last updated Fri May 07 16:00:18 -0700 2010
-
clojure-contrib
Extensions and enhancements to the Clojure libraries.
Last updated Fri May 07 10:52:41 -0700 2010
-
clojure-clr
A port of Clojure to the CLR, part of the Clojure project
Last updated Thu May 06 06:59:25 -0700 2010
-
rdfm
A model for storing Clojure data in RDF stores
Last updated Thu Sep 10 12:15:57 -0700 2009
-
sdb
A Clojure library for working with Amazon SimpleDB
Last updated Wed Jun 10 17:40:34 -0700 2009
Public Activity 
-
ab9a567
last-one-in-wins for refers and interns, warns on replacement
-
d044fef
fix restfn with 20 req args
-
7b4b8e1
removed seq-contains?
-
eb7021a
removed seq-contains? calls
-
762d153
Fix defrecord keyword lookup on fields matching no-arg methods...
-
08a9204
make == fail on non-numbers
-
1e156eb
fix keep-indexed on non-chunked seqs
-
9b78d48
tuned up into, added map-indexed, keep, keep-indexed
-
57b3200
turn off annotations test for now
-
37d8f7a
route all coercions through RT
-
f0cfe0a
made defrecords Serializable
-
bf8bb79
added parameter destructuring support to reify and deftype/record
-
7879383
replace #^s with ^s
-
a5ca824
^ does what #^ does, reader metadata
;annotation syntax
(import [java.lang.annotation Retention RetentionPolicy Target ElementType]
;annotation syntax
(import [java.lang.annotation Retention RetentionPolicy Target ElementType]
;annotation syntax
(definterface #^{Deprecated true
;annotation syntax
(deftype #^{Deprecated true
(definterface ITak
(#^int tak [#^int x #^int y #^int z]))
-
640b3cd
use into in gen-class to avoid duplicate key error
-
1b8d500
gave defmulti defonce-like semantics, i.e. calling again won't...
-
19dd3c5
Remove perf hacks from MethodImplCache, restore new reduce impl
-
b8e04fd
guard for nil in implements? test
-
f47895a
check that type does not already implement protocol interface ...
-
c1ca66b
analyze case exprs in context, fixes #258
-
8eebaa1
don't warn on unbound protocol vars
-
1eb8786
doc fix, remove reference to factory fns
-
ba9b792
remove IDynamicType and type tags
; Copyright (c) Rich Hickey. All rights reserved.
; The use and distribution terms for this s...