hoplon 2020-07-22

What is the best way to start a new hoplon project now?

The instructions

boot -d boot/new new -t hoplon -n hoplon-starter-project

create a project with old dependencies, afaict

(set-env!
  :dependencies '[[adzerk/boot-cljs          "1.7.228-2"]
                  [adzerk/boot-reload        "0.4.13"]
                  [hoplon/hoplon             "6.0.0-alpha17"]
                  [org.clojure/clojure       "1.8.0"]
                  [org.clojure/clojurescript "1.9.293"]
                  [tailrecursion/boot-jetty  "0.1.3"]]
  :source-paths #{"src"}
  :asset-paths  #{"assets"})

Also, the browser isn't reflecting changes to my cljs files

@fiddlerwoaroof the most recent OSS hoplon app i've seen is this one, could be a good starting point https://github.com/rlander/conduit

maybe somebody else has a boot-based project they can share, i haven't kept up with it myself

I would like to update the demo’s @nolanbjelley can spend some work hours on it if needed

Have you mostly been focusing on the Common Lisp subset thing recently?

I really wish boot caught on more, it's my favorite clojure build tool because it's the closest I've found to the quicklisp experience

Yeah CL for hobby and Clojure and JS for work lately