What our students say...

g
5

highly recommended

  • course rich on content
  • content consists not only of videos but also written sections in tutorial style
  • however it goes beyond a tutorial and tries to put things into context
  • instructor is experienced developer an does transfer this over into the course
  • full source code available
5
Module review
Q:

What do you think about the module Language Semantics?

4.5
Module review
Q:

What do you think about the module Getting Started?

I don't see why on cider & paredit you are using add-hook instead of use-package's ":hook" like:

(use-package smartparens :hook ((cider-mode . smartparens-mode) (cider-repl-mode . smartparens-mode) (clojure-mode . smartparens-mode) (clojurescript-mode . smartparens-mode) (emacs-lisp-mode . smartparens-mode)))

?

greg
Loading...