From a6928aadc5e41df82fc5f49f803dd8225749dff3 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 3 Oct 2013 23:31:56 +0200 Subject: clojure.html.markdown: Fix typo --- clojure.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clojure.html.markdown') diff --git a/clojure.html.markdown b/clojure.html.markdown index a502a95c..35055602 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -63,7 +63,7 @@ and often automatically. ; If you want to create a literal list of data, use ' to stop it from ; being evaluated '(+ 1 2) ; => (+ 1 2) -; (shorthand for (quote (+ 1 2)) +; (shorthand for (quote (+ 1 2))) ; You can eval a quoted list (eval '(+ 1 2)) ; => 3 -- cgit v1.2.3 From 1fb3f1e67c3e7d6eb66db8052df806ae52824dce Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 3 Oct 2013 23:31:56 +0200 Subject: clojure.html.markdown: Fix another typo --- clojure.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clojure.html.markdown') diff --git a/clojure.html.markdown b/clojure.html.markdown index 35055602..afd1c1fb 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -341,7 +341,7 @@ keymap ; => {:a 1, :b 2, :c 3} (swap! my-atom assoc :a 1) ; Sets my-atom to the result of (assoc {} :a 1) (swap! my-atom assoc :b 2) ; Sets my-atom to the result of (assoc {:a 1} :b 2) - ; Use '@' to dereference the atom and get the value +; Use '@' to dereference the atom and get the value my-atom ;=> Atom<#...> (Returns the Atom object) @my-atom ; => {:a 1 :b 2} -- cgit v1.2.3 From 9a4721785cd51360472c329d1c9614fb6783d5e1 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 3 Oct 2013 23:40:38 +0200 Subject: clojure.html.markdown: Fix an error (s/value/key) --- clojure.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clojure.html.markdown') diff --git a/clojure.html.markdown b/clojure.html.markdown index afd1c1fb..779c28ae 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -205,7 +205,7 @@ keymap ; => {:a 1, :c 3, :b 2} ;("a" stringmap) ; => Exception: java.lang.String cannot be cast to clojure.lang.IFn -; Retrieving a non-present value returns nil +; Retrieving a non-present key returns nil (stringmap "d") ; => nil ; Use assoc to add new keys to hash-maps -- cgit v1.2.3 From 7ff3de74fe941a220e6fb3e3e3434d90d0d51cc6 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 27 Oct 2013 22:17:56 -0700 Subject: Updates --- clojure.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clojure.html.markdown') diff --git a/clojure.html.markdown b/clojure.html.markdown index 779c28ae..7917ab08 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -376,5 +376,5 @@ Clojuredocs.org has documentation with examples for most core functions: 4Clojure is a great way to build your clojure/FP skills: [http://www.4clojure.com/](http://www.4clojure.com/) -Clojure-doc.org (yeah, really) has a number of getting started articles: +Clojure-doc.org (yes, really) has a number of getting started articles: [http://clojure-doc.org/](http://clojure-doc.org/) -- cgit v1.2.3 From 8ef0b6fc43492e051c30fe5d3f28c248e3630fde Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 27 Oct 2013 22:26:10 -0700 Subject: pointless change to test auto-deploy --- clojure.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clojure.html.markdown') diff --git a/clojure.html.markdown b/clojure.html.markdown index 7917ab08..779c28ae 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -376,5 +376,5 @@ Clojuredocs.org has documentation with examples for most core functions: 4Clojure is a great way to build your clojure/FP skills: [http://www.4clojure.com/](http://www.4clojure.com/) -Clojure-doc.org (yes, really) has a number of getting started articles: +Clojure-doc.org (yeah, really) has a number of getting started articles: [http://clojure-doc.org/](http://clojure-doc.org/) -- cgit v1.2.3 From 893766ed6fff6f7a5c38f019ae9c035bf3167d2b Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 27 Oct 2013 22:42:05 -0700 Subject: pointless change to test auto-deploy --- clojure.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clojure.html.markdown') diff --git a/clojure.html.markdown b/clojure.html.markdown index 779c28ae..7917ab08 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -376,5 +376,5 @@ Clojuredocs.org has documentation with examples for most core functions: 4Clojure is a great way to build your clojure/FP skills: [http://www.4clojure.com/](http://www.4clojure.com/) -Clojure-doc.org (yeah, really) has a number of getting started articles: +Clojure-doc.org (yes, really) has a number of getting started articles: [http://clojure-doc.org/](http://clojure-doc.org/) -- cgit v1.2.3