practicalli / clojure

Practicalli Clojure REPL Driven Development
https://practical.li/clojure/
Creative Commons Attribution Share Alike 4.0 International
89 stars 36 forks source link

docs/introduction/clojure-in-15-minutes.md: s/def/defn/g for functions; fix various formatting issues #458

Closed jf closed 1 year ago

practicalli-johnny commented 1 year ago

This whole page needs a bit of an update and improved formatting styles. Thanks for highlighting this.

jf commented 1 year ago

Do you want to take a look at the specific fixes I bring up here again? I do not see them being fixed with 84cff16.

To call out the 2 that really need fixing:

  1. the formatting for this code sample (screenshot from https://practical.li/clojure/introduction/clojure-in-15-minutes/):

    Screenshot 2023-09-22 at 23 58 57
  2. saying that functions are created using def, instead of defn

practicalli-johnny commented 1 year ago

Sure, any improvements to code examples is welcome... this was written several years ago.

jf commented 1 year ago

closing this now, since I see that with the new copy of the page, my issues are addressed.