Atom.io and Proton user guide Space menu Add Clojure Project to Atom Start a Local Clojure REPL Connecting to a Remote REPL Evaluate code in the REPL Evaluate code in the sour...
Contributing to Practicalli Clojure Pull requests Thank you to everyone that has contributed Contributing to Practicalli Clojure practicalli/clojure-practicalli-content cont...
Currying & Partial Functions Using functions on more arguments than they can normally take Using partial to set a default value Currying in clojure Useful references Curryi...
Rebel - a command line REPL UI Install rebel readline Starting a rebel REPL Help at the REPL rebel commands Key-bindings Rebel - a command line REPL UI The REPL is the env...
Create a project Viewing the Clojure project structure Version the project with Git (optional) Create a project Note Create a project called salary-calculator using Leingin...
Setup for production WAR archive Lein-ring plugin Embedded Jetty server Build using Leiningen Build using Boot Run the server Embedded Jetty Server as part of a module system...
Design a map for name generation Creating the algorithm to construct your sloane name Create a function to calculate your sloane name Design a map for name generation Imagine...