xumingming / clojure-clojure

Clojure's abstractions written in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure-clojure

Clojure’s abstractions written in Clojure.

My goal is to replace much of Clojure’s Java code with Clojure code–much but not all. This isn’t Clojure-in-Clojure. I do not expect to replace the Clojure compiler, nor do I expect to implement Var, IFn, the STM, and many other bits of Java code.

Status

Currently implemented:

  • PersistentList

Yet to be implemented:

  • PersistentArrayMap
  • PersistentHashMap
  • PersistentHashSet
  • PersistentQueue
  • PersistentStructMap
  • PersistentTreeMap
  • PersistentTreeSet
  • PersistentVector

License

Copyright © 2013 Paul Stadig.  All rights reserved.

The use and distribution terms for this software are covered by the Eclipse
Public License 1.0 (http://www.eclipse.org/legal/epl-v10.html) 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.

About

Clojure's abstractions written in Clojure