You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm probably going to base this on the videos, as opposed to the website/book. This is for no better reason than that I've read a lot of the book already and want to watch the videos now.
Go buy the book if you haven't alreaddy. Seriously, buy it, it's the decent thing to do.
You can view these example sketches by running them from the repl. I use Emacs and the Cider nREPL. If you have the same setup you can just start a nREPL process and eval the sketch buffer.
Starting with Chapter 3, part 4, I've started working with Quil Middleware and Functional mode. This is how you get it to run.
;; go to buffer for the example you wish to run
C-c M-j ;; M-x cider-jack-in
C-c M-n ;; M-x cider-repl-set-ns (optional)
M-x cider-eval-buffer ;; keybinding?;; Make changes
C-c C-e ;; M-x cider-eval-last-sexp;; This hot-reloades your changes.
Helpful buffer commands for working with nREPL:
M-C-x (eval form under point in repl <-- allows live coding!!!)
C-c C-z (switch to repl buffer)