Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Sep 21, 2014
1 parent 51daab9 commit 7acbe3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/md/namespaces/clojure.core.md
@@ -1,8 +1,6 @@
The largest of the core namespaces, clocking in a 1,301,492 functions
(at the time of this writing), provides the bulk of the functionality
you'll be using to build Clojure programs. There are functions dealing
with Clojure's Sequence and Collection abstractions, data pipeline
functions, ...
you'll be using to build Clojure programs.

There are too many core functions to feature here, but take a look at the
[quickref](/quickref) to get a breakdown by conceptual arena.
4 changes: 4 additions & 0 deletions src/md/namespaces/clojure.test.md
@@ -0,0 +1,4 @@
Provides basic facilities for unit testing Clojure code.

* [Official Docs](http://clojure.github.io/clojure/clojure.test-api.html)
* http://blog.jayfields.com/2010/08/clojuretest-introduction.html

0 comments on commit 7acbe3c

Please sign in to comment.