clojure-austin

dpsutton 2022-10-18T00:49:24.329769Z

@camdez https://github.com/borkdude/grasp

camdez 2022-10-18T01:40:33.363109Z

Thank you! I also ran across this from way back when: https://github.com/bfontaine/grape

dpsutton 2022-10-18T02:03:06.330489Z

and how i use it to find all of our translation stuff: https://github.com/metabase/metabase/blob/master/bin/i18n/src/i18n/enumerate.clj

camdez 2022-10-18T02:05:07.554119Z

I appreciate you sharing! Looking forward to digging in a little later.

mlimotte 2022-10-18T13:40:46.320069Z

@staypufd I believe you’re covering babshka in the November meetup (11/14 @ Capital Factory). Yesterday, @camdez offered to do add on another 10 minutes to show his babshka techniques and some of his real world examples at collbox. I think that would be a great addition if you’re still up for it, Cam? For everyone else, Sam’s talk description: > This month we are going to try again to do the Babashka talk. Babashka > is a Clojure-compatible tool for writing scripts to run from the command line. It uses the Small Clojure Interpreter (SCI) as it’s core. It’s fast and can your scripts can be compiled with Graal VM to make them even faster than it already starts. It’s great for command line work allowing you to keep working with Clojure instead of Bash, Zsh, Csh, Ksh, etc.

camdez 2022-10-18T15:27:05.856049Z

I’m definitely up for contributing something to the meetup, but I’m kind of a noob on Babashka and don’t know how much I actually have to show / teach. I was just saying it’s becoming a part of my workflow but I think you guys may have overestimated my knowledge. 🙂 I may be able to get there by that date…I do have a couple snippets of non-Clojure code in my repo that I’m hoping to nuke with Babashka before too long…

mlimotte 2022-10-18T15:59:27.000739Z

Possibly I misunderstood. But, regardless, I think it’s always interesting to see real more world examples.

mlimotte 2022-10-18T16:00:14.242849Z

Maybe even an open call… if anyone else has a few babshka scripts they wouldn’t mind presenting. I, for one, would love to see more examples.

jakebasile 2022-10-18T18:54:43.377619Z

@camdez, what about a talk about eMacs? "Forbidden eMacs secrets"?

mlimotte 2022-10-18T18:51:27.843909Z

As a separate idea, another interesting Meetup topic could be real-world macros.

staypufd 2022-10-19T22:34:04.355899Z

That would be good. Maybe that can be Decembers meetup, with each person sharing some.

mlimotte 2022-10-18T18:51:57.776529Z

Three or four (or five) people each share a handful of Macros that they’re using in projects.

mlimotte 2022-10-18T18:52:55.325299Z

It’s common for early Clojure devs to overuse macros. then experience the pain and underuse. We can share a few of what we think are “good” uses… and see if there are commonalities or patterns.