-
-
Save bradlucas/3182bbe5551d295c6b96afc28f75b3ca to your computer and use it in GitHub Desktop.
Revisions
-
yogthos revised this gist
Jan 31, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,16 @@ ### Introductory resources * High level overview https://yogthos.github.io/ClojureDistilled.html * * Interactive exercises http://clojurescriptkoans.com/ * Community-powered Clojure courses https://clojurecademy.com/ * Interactive book https://www.maria.cloud/ * Interactive workbook http://viewer.gorilla-repl.org/view.html?source=github&user=lspector&repo=clojinc&path=worksheet.clj * Clojure workshop https://github.com/friemen/cugb/blob/master/kickstart.md * Clojure style guide https://github.com/bbatsov/clojure-style-guide * core functions explained visually http://blog.josephwilk.net/clojure/functions-explained-through-patterns.html * ClojureScript workshop https://github.com/ClojureTO/JS-Workshop ### A deeper dive * https://www.braveclojure.com/foreword/ -
yogthos revised this gist
Jan 31, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ * Clojure workshop https://github.com/friemen/cugb/blob/master/kickstart.md * Clojure style guide https://github.com/bbatsov/clojure-style-guide * core functions explained visually http://blog.josephwilk.net/clojure/functions-explained-through-patterns.html * ClojureScript workshop https://github.com/ClojureTO/JS-Workshop ### A deeper dive -
yogthos revised this gist
Jan 30, 2020 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,4 +30,3 @@ ### Intro to REPL driven workflow * https://clojure.org/guides/repl/introduction * https://vvvvalvalval.github.io/posts/what-makes-a-good-repl.html -
yogthos revised this gist
Jan 30, 2020 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,4 +26,8 @@ * Cursive with IntelliJ https://clojure.org/guides/repl/introduction * Emacs https://github.com/clojure-emacs/cider * Calva with VS Code https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva ### Intro to REPL driven workflow * https://clojure.org/guides/repl/introduction * https://vvvvalvalval.github.io/posts/what-makes-a-good-repl.html * https://purelyfunctional.tv/courses/repl-driven-development-in-clojure/ -
yogthos revised this gist
Jan 30, 2020 . 1 changed file with 8 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,13 +12,14 @@ ### A deeper dive * https://www.braveclojure.com/foreword/ * https://kimh.github.io/clojure-by-example/ * https://www.creativeapplications.net/tutorials/introduction-to-clojure-part-1/ * http://mishadoff.com/blog/clojure-design-patterns/ * https://aphyr.com/tags/Clojure-from-the-ground-up * http://langintro.com/cljsbook/ * https://purelyfunctional.tv/guide/clojure-collections/ * https://practicalli.github.io/ ### Environment Setup -
yogthos revised this gist
Jan 30, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ * High level overview https://yogthos.github.io/ClojureDistilled.html * Interactive exercises http://clojurescriptkoans.com/ * Community-powered Clojure courses https://clojurecademy.com/ * Interactive book https://www.maria.cloud/ * Clojure workshop https://github.com/friemen/cugb/blob/master/kickstart.md * Clojure style guide https://github.com/bbatsov/clojure-style-guide -
yogthos revised this gist
Jan 30, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,4 +23,5 @@ https://purelyfunctional.tv/guide/clojure-collections/ * Cursive with IntelliJ https://clojure.org/guides/repl/introduction * Emacs https://github.com/clojure-emacs/cider * Calva with VS Code https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva * intro to the REPL driven workflow https://clojure.org/guides/repl/introduction -
yogthos created this gist
Jan 30, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ ### Introductory resources * High level overview https://yogthos.github.io/ClojureDistilled.html * Interactive exercises http://clojurescriptkoans.com/ * Interactive book https://www.maria.cloud/ * Clojure workshop https://github.com/friemen/cugb/blob/master/kickstart.md * Clojure style guide https://github.com/bbatsov/clojure-style-guide * core functions explained visually http://blog.josephwilk.net/clojure/functions-explained-through-patterns.html * ClojureScript wokship https://github.com/ClojureTO/JS-Workshop ### A deeper dive https://www.braveclojure.com/foreword/ https://kimh.github.io/clojure-by-example/ https://www.creativeapplications.net/tutorials/introduction-to-clojure-part-1/ http://mishadoff.com/blog/clojure-design-patterns/ https://aphyr.com/tags/Clojure-from-the-ground-up http://langintro.com/cljsbook/ https://purelyfunctional.tv/guide/clojure-collections/ ### Environment Setup * Cursive with IntelliJ https://clojure.org/guides/repl/introduction * Emacs https://github.com/clojure-emacs/cider * Calva with VS Code https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva