clojure-losangeles

https://www.meetup.com/Los-Angeles-Clojure-Users-Group/
dorab 2019-10-10T16:44:33.001600Z

Thanks to everyone who showed up and participated in the lively discussion. Thanks to Ticean for presenting. Here is a link to the "Performance Matters" talk that was mentioned. All the talks are on YouTube. https://www.youtube.com/watch?v=r-TLSBdHe1A

lukasz 2019-10-10T16:45:21.002300Z

Sorry I couldn't make it yesterday, I almost twisted my ankle while skateboarding couple of days ago 🛹

dorab 2019-10-10T16:46:07.002800Z

Oops. Hope you heal quickly.

dorab 2019-10-10T16:47:40.004Z

Here is a link to register for the DataHike meeting of scicloj that @nate mentioned. https://tinyurl.com/y2n3zlu4

lukasz 2019-10-10T16:48:04.004600Z

Feeling better already - I just need to take it easy for the next couple of days - gives me the time to wrap up some of the libs I'm trying to open source 😉

dorab 2019-10-10T16:49:13.005500Z

Yeah, you can put the downtime to productive use!

lukasz 2019-10-10T16:56:48.005700Z

that's the plan!

dorab 2019-10-10T17:08:41.006400Z

Here is a link to the "fast startup for clojure shell scripts using graalvm" I'd mentioned https://github.com/borkdude/babashka

nate 2019-10-10T17:16:41.008800Z

oh yeah, I'm a big fan of borkdude's stuff, he also has clj-kondo and jet, both of which I use

lukasz 2019-10-10T17:18:29.010200Z

clj-kondo is awesome

lukasz 2019-10-10T17:18:41.010700Z

I'm working on a codeclimate engine for it, to replace kibit

1👍1👀
2019-10-10T17:19:20.011100Z

TIL that Sean Corfield’s clj-new project generator supports modifying existing projects! The existing options are low-level but looks like a good starting point. https://github.com/seancorfield/clj-new#clj-generators

lukasz 2019-10-10T17:19:48.011400Z

ooh, handy

lukasz 2019-10-10T17:20:08.011900Z

we have a bash script and a git repo for that :thinking_face:

lukasz 2019-10-10T17:20:44.012300Z

the upside is that our project template is a real clojure app and can be tested in the CI etc

lukasz 2019-10-10T17:20:56.012600Z

(something I think is harder to do with lein templates)

2019-10-10T17:23:02.013600Z

i’ve only worked with lein templating in the past. so don’t know much about clj-new.

2019-10-10T17:23:31.014200Z

But the readme says there’s a built-in template for generating new templates, and they can be tested with clj -A:test:runner.