Skip to content

Commit

Permalink
Added links for Clojure newbie resources
Browse files Browse the repository at this point in the history
  • Loading branch information
luposlip committed Jun 15, 2015
1 parent c231541 commit da3d3fe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@ http://localhost:8080

Open up your browser console, which will log the data returned from the server when you click either of the 2 buttons for socket with/without callback (pull/push).

## Noobs

Newbies can start here.

Install Leiningen - it may seem hard, but only takes a minute (at least on a real OS, perhaps up to 5 minutes on Windows):
http://leiningen.org/

If you don't know Clojure, start here:
http://clojure.org

Other entry level resources:

https://aphyr.com/posts/301-clojure-from-the-ground-up-welcome

http://www.tryclj.com/

http://www.clojurebook.com/


## Rente Demo

Rente can be seen running here:
Expand Down

0 comments on commit da3d3fe

Please sign in to comment.