hoplon

kennytilton 2023-05-28T13:17:07.439309Z

So I thought I would refresh my memory on Hoplon for Wednesday and found the old Boot starter: https://github.com/hoplon/hoplon/wiki/Get-Started That died at boot dev aith

java.lang.UnsupportedOperationException: barbarywatchservice not supported on Mac OS X prior to Leopard (10.5)
             clojure.lang.ExceptionInfo: barbarywatchservice not supported on Mac OS X prior to Leopard (10.5)
I am on Ventura 13.3 so just gonna move on. 🙂 Are there getting started instructions for the latest/greatest? Thx! 🙏

kennytilton 2023-05-28T13:18:43.196959Z

Hang on, found some new instaal instructions : https://github.com/hoplon/hoplon brb...

kennytilton 2023-05-28T13:27:05.742299Z

Ok, I got my new project built with instructions cited ^^^, but I do not see any instructions on how to run the beast, esp. with a compiler/builder watching the source. Did not see anything over on the demos link, either. How do I quick off the new project? Thx! 🙏

2023-05-28T14:28:50.226169Z

Hey, thanks for trying Hoplon again. The readme of the generated project should have instructions on how to run the project. But it should be run npm install once in the project root and then npx shadow-cljs watch app to run in watch mode. Feel free to ask more questions, propose improvements. I still haven't got to the wiki to remove boot references, thanks for pointing that out.

kennytilton 2023-05-28T14:52:26.511989Z

Ok, thx, works great. 🙏 I have the same question re Javelin: https://github.com/hoplon/javelin Is there any way to get a REPL just to explore? Thx!

2023-05-28T16:12:46.995129Z

You mean a clojure repl or a clojurescript one? If it is a clojurescript one it comes included with shadow, you need to connect in the nrepl and from there connect in the clojurescript one. https://shadow-cljs.github.io/docs/UsersGuide.html#build-repl

kennytilton 2023-05-29T13:48:03.367969Z

Ah, np, I just started extending the starter app using h/j, I am all set! Thx, @mynomoto!

2023-05-29T14:39:46.362979Z

Let me know if you need something or have any questions.

🙏 1