Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Nov 23, 2017
0 parents commit 7172495
Show file tree
Hide file tree
Showing 347 changed files with 4,595 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*~
.DS_Store
._*
*~
*#
.#*
_book
node_modules
*.log
book.pdf
book.mobi
book.epub
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Clojure development with Atom & ProtoREPL

An introduction to developing Clojure applications using Atom, specifically based on the ProtoREPL plugin.

[![Join the conversation on Gitter](images/gitter-chat-badge-practicalli.png)](https://gitter.im/practicalli/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

This workshop will cover the following topics:

* Adding ProtoREPL plugin
* Running the REPL & evaluating code
* Running tests & test reports
* Structural editing (smartparens/paredit fun)
* ProtoREPL common commands
* Cool stuff (multiple cursors)
* Clojure docs, auto-completion, snippets
* Clojure refactoring?
* Clojurescript development, figwheel and chestnut template
* Markdown for project documentation, literate programming & presentations
* debugging basics

------------------------------------------

This work is licensed under a Creative Commons Attribution 4.0 ShareAlike License (including images & stylesheets).

<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Spacemacs, Practicalli</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="spacemacs.practical.li" property="cc:attributionName" rel="cc:attributionURL">John Stevenson</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://github.com/practicalli/spacemacs" rel="dct:source">Spacemacs, Practicalli on Gitub</a>.<br />Permissions beyond the scope of this license may be available at <a xmlns:cc="http://creativecommons.org/ns#" href="https://twitter.com/jr0cket" rel="cc:morePermissions">@jr0cket</a>.
Loading

0 comments on commit 7172495

Please sign in to comment.