Skip to content

Commit

Permalink
Add link to Leiningen
Browse files Browse the repository at this point in the history
  • Loading branch information
jafingerhut committed Feb 11, 2013
1 parent fb986e0 commit 24d98e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions clojure-info/using-edn-safely.md
Expand Up @@ -17,9 +17,10 @@

Clojure developers have often used `clojure.core`'s `pr` and other
similar printing functions for writing Clojure data, and `read` or
`read-string` to read it. For example, Leiningen's `project.clj`
files are simply Clojure lists whose elements are symbols, keywords,
strings, vectors, and maps.
`read-string` to read it. For example,
[Leiningen](http://leiningen.org)'s `project.clj` files are simply
Clojure lists whose elements are symbols, keywords, strings, vectors,
and maps.

A subset of the data that can be written and read in this way is a
format called [edn](https://github.com/edn-format/edn), Extensible
Expand Down

0 comments on commit 24d98e0

Please sign in to comment.