clojure
clojure copied to clipboard
Practicalli Clojure REPL Driven Development
https://twitter.com/mgechev/status/1354300680807329793?s=19 Emoji ideas - Clojure logo - practicalli logo - parens
Conjure - author configuration https://github.com/Olical/dotfiles/blob/master/stowed/.config/nvim/init.vim https://dev.to/christalib/i-spent-3-years-configuring-n-vim-and-this-what-i-learnt-22on https://gist.github.com/cszentkiralyi/a9a4e78dc746e29e0cc8 https://github.com/clojure-vim https://github.com/tpope/vim-sexp-mappings-for-regular-people https://github.com/clojure-vim/clojure.vim https://github.com/clojure-vim/neovim-plugin-lein-template https://github.com/clojure-vim/clj-refactor.nvim https://github.com/clojure-vim/async-clj-omni https://github.com/guns/vim-sexp https://github.com/tpope/vim-repeat https://github.com/tpope/vim-surround https://github.com/svermeulen/vim-cutlass https://github.com/svermeulen/vim-yoink https://github.com/bfredl/nvim-miniyank https://github.com/svermeulen/vim-subversive https://github.com/glts/vim-radical Conquer of Completion https://medium.com/@chemzqm/create-coc-nvim-extension-to-improve-vim-experience-4461df269173 https://github.com/dense-analysis/ale https://github.com/preservim/nerdcommenter https://github.com/mattn/emmet-vim https://github.com/junegunn/fzf https://github.com/tpope/vim-surround...
https://corfield.org/blog/2019/09/13/using-spec/ https://github.com/viesti/table-spec https://gist.github.com/olivergeorge/468464ce82b8da486736fe725a4b6ff8 https://grumpyhacker.com/generating-generators/ https://www.metosin.fi/blog/clojure-spec-as-a-runtime-transformation-engine/
Using the CQRS pattern The Command Query Responsibility Segregation (CQRS) pattern applies the command-query separation (https://en.wikipedia.org/wiki/Command-query_separation) principle by splitting the application into two parts, query side and command side. Query...
https://github.com/nrepl/nREPL/issues/6 IANA process * https://tools.ietf.org/html/rfc6335#section-8 * https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?&page=20 Application https://www.iana.org/form/ports-services
- [ ] create code examples project for practicalli Example code from the book https://github.com/braveclojure/cftbat-code To review https://github.com/braveclojure/training
Rainbow parens https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2
https://download.clojure.org/papers/clojure-hopl-iv-final.pdf
http://blogish.nomistech.com/repl-based-development/ https://clojureverse.org/t/share-the-nitty-gritty-details-of-your-clojure-workflow/1208 Reloading https://cognitect.com/blog/2013/06/04/clojure-workflow-reloaded Debugging https://cognitect.com/blog/2017/6/5/repl-debugging-no-stacktrace-required https://clojure.org/guides/repl/enhancing_your_repl_workflow#debugging-tools-and-techniques Protocols https://vlaaad.github.io/reveal-repls-and-networking https://juxt.pro/blog/nrepl
Evaluate the flow storm debugger - [ ] add to practicalli/clojure-deps-edn project https://github.com/jpmonettas/flow-storm-debugger