Fork me on GitHub
#hoplon
<
2020-07-22
>
fiddlerwoaroof21:07:37

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

fiddlerwoaroof21:07:44

The instructions

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

fiddlerwoaroof21:07:56

create a project with old dependencies, afaict

fiddlerwoaroof21:07:08

(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"})

fiddlerwoaroof21:07:43

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

alandipert21:07:24

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

alandipert21:07:55

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

fiddlerwoaroof22:07:30

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

fiddlerwoaroof22:07:38

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

alandipert23:07:58

Yeah CL for hobby and Clojure and JS for work lately

flyboarder18:07:00

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