CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 11:31:51 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090904092616
location: https://web.archive.org/web/20090904092616/https://github.com/technomancy/clojure-gem/tree/master
server-timing: captures_list;dur=0.836221, exclusion.robots;dur=0.028738, exclusion.robots.policy;dur=0.013419, esindex;dur=0.014194, cdx.remote;dur=9.485543, LoadShardBlock;dur=333.480616, PetaboxLoader3.datanode;dur=115.461104, PetaboxLoader3.resolve;dur=132.823154
x-app-server: wwwb-app204
x-ts: 302
x-tr: 464
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; 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: Fri, 22 Aug 2025 11:31:52 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Fri, 04 Sep 2009 09:26:16 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "2a4fbe05da346082bdeb3437166c6c1a"
x-archive-orig-x-runtime: 830ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23805
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 04 Sep 2009 09:26:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 27 Aug 2009 01:36:37 GMT", ; rel="prev memento"; datetime="Sat, 29 Aug 2009 13:10:30 GMT", ; rel="memento"; datetime="Fri, 04 Sep 2009 09:26:16 GMT", ; rel="last memento"; datetime="Fri, 04 Sep 2009 09:26:16 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_11_20090904083754_crawl101.gpg-c/52_11_20090904092542_crawl101.arc.gz
server-timing: captures_list;dur=0.574357, exclusion.robots;dur=0.038639, exclusion.robots.policy;dur=0.010381, esindex;dur=0.011005, cdx.remote;dur=48.363683, LoadShardBlock;dur=456.965925, PetaboxLoader3.datanode;dur=205.546645, PetaboxLoader3.resolve;dur=416.701118, load_resource;dur=294.163859
x-app-server: wwwb-app204
x-ts: 200
x-tr: 888
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
technomancy's clojure-gem at master - 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 (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install technomancy-clojure
Description: | Use Clojure's immutable data structures and Software Transactional Memory from Ruby. Don't be afraid of concurrency. edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/technomancy/clojure-gem.git
Give this clone URL to anyone.
git clone git://github.com/technomancy/clojure-gem.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:technomancy/clojure-gem.git
|
name | age | message | |
---|---|---|---|
![]() |
.autotest | Mon Jul 27 13:08:38 -0700 2009 | Initial commit [technomancy] |
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
COPYING | ||
![]() |
History.txt | ||
![]() |
Manifest.txt | ||
![]() |
README.rdoc | ||
![]() |
Rakefile | ||
![]() |
clojure_gem.gemspec | ||
![]() |
lib/ | ||
![]() |
test/ |
README.rdoc
The Clojure Gem
github.com/technomancy/clojure-gem
Description
Use Clojure’s immutable data structures and Software Transactional Memory from Ruby. Don’t be afraid of concurrency.
Requires JRuby. Tested with 1.3.1+.
Supports all four persistent collection types (lists, vectors, maps, and sets). Many enumerable methods still return Ruby arrays instead of the original type; this will be fixed. Lazy sequences are not yet supported.
Examples
TODO: write examples
License
Copyright © Phil Hagelberg
Released under the Eclipse Public License. See file COPYING.
This feature is coming soon. Sit tight!