This repository has been archived by the owner on Jan 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Clojarr | ||
# Jaunt | ||
|
||
### Build Status | ||
|
||
|
@@ -15,27 +15,24 @@ Branch | Status | |
## What | ||
|
||
Clojarr is a hard fork of Clojure. Rich Hickey wrote Clojure to be the | ||
Jaunt is a hard fork of Clojure. Rich Hickey wrote Clojure to be the | ||
language he wanted, and administers it in the way that he wants. This is | ||
awesome, but I (Reid McKenzie) disagree with enough of the choices made in the | ||
language and its administration that I've forked to go my own way. | ||
|
||
The name itself is a corruption of "Clojure" which I owe to Gregory | ||
Cerna. | ||
|
||
## Goals | ||
|
||
Clojarr is in no small part an experiment in what Clojure would look | ||
Jaunt is in no small part an experiment in what Clojure would look | ||
like if it had a different contribution process, and was more willing | ||
to make bold/risky changes. | ||
|
||
Unlike Clojure which is eminently stable, Clojarr is not guaranteed to be | ||
Unlike Clojure which is eminently stable, Jaunt is not guaranteed to be | ||
stable (yet). Some level of breaking changes with Clojure will | ||
be accepted if there is a good reason for them. | ||
|
||
## Administration | ||
|
||
Currently, Clojarr is administered at my (Reid McKenzie's) sole | ||
Currently, Jaunt is administered at my (Reid McKenzie's) sole | ||
discretion. Contributions, bug reports, and feature requests are | ||
welcomed. | ||
|
||
|
@@ -51,7 +48,7 @@ The EPL license reads | |
> PARTICULAR PURPOSE. | ||
And that is the extent of the guarantees I offer with regards to this | ||
software. It is my goal to maintain Clojarr in such a way that | ||
software. It is my goal to maintain Jaunt in such a way that | ||
[CIDER](https://github.com/clojure-emacs/cider) works, and that most | ||
compatibility with Clojure is maintained but this is not a hard | ||
guarantee. If you want a Clojure compatible language, you're gonna | ||
|
@@ -70,19 +67,19 @@ changes without my involvement. | |
This project adheres to the Contributor Covenant | ||
[code of conduct](CODE_OF_CONDUCT.md). By participating, you are | ||
expected to uphold this code. Please report unacceptable behavior to | ||
[me+clojarr[email protected]](mailto:me+clojarr[email protected]). | ||
[me+jaunt[email protected]](mailto:me+jaunt[email protected]). | ||
|
||
## Legal | ||
|
||
Clojarr is (c) Reid McKenzie. All rights reserved. The use and | ||
Jaunt is (c) Reid McKenzie. All rights reserved. The use and | ||
distribution terms for this software are covered by the Eclipse Public | ||
License 1.0 (EPL) (/licenses/epl-v10.txt). 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. | ||
|
||
Clojarr is derived directly from Clojure, (c) Rich Hickey, also | ||
Jaunt is derived directly from Clojure, (c) Rich Hickey, also | ||
distributed under the EPL. | ||
|
||
This program uses the Guava Murmur3 hash implementation which is | ||
|