This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7172495
Showing
347 changed files
with
4,595 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 characters
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 |
This file contains 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 characters
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>. |
Oops, something went wrong.