babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
borkdude 2021-04-07T11:00:35.430500Z

bb run updates: Work in progress docs: https://github.com/babashka/babashka/issues/778 Work in progress branch: [bb-run](https://github.com/babashka/babashka/tree/bb-run) Work in progress example(s): - https://github.com/borkdude/antq/blob/bb-run/bb.edn Discuss: https://github.com/babashka/babashka/discussions/779

grazfather 2021-04-07T13:46:18.430800Z

> People often need to create a Makefile or Justfile in their clojure projects I hope to use it across way more than just clojure projects 🙂

grazfather 2021-04-07T13:47:26.431200Z

your task dependencies example doesn’t use :when in the issue

grazfather 2021-04-07T13:48:41.431900Z

I like :when with modified-since? that basically solves the most import part of make files, after :depends imo

grazfather 2021-04-07T13:50:12.432200Z

the antq example is amazing

grazfather 2021-04-07T13:50:23.432500Z

I don’t think I understand what :paths is for

borkdude 2021-04-07T14:02:39.432800Z

@grazfather :paths isn't really necessary here but it's setting the classpath for bb scripts

grazfather 2021-04-07T14:04:58.433Z

ah, ty

borkdude 2021-04-07T16:28:55.433400Z

Another proof of concept for bb run / make: https://github.com/borkdude/mach/blob/bb-run/examples/app/bb.edn

borkdude 2021-04-07T21:02:36.433800Z

Another one: https://github.com/borkdude/mach/blob/bb-run/examples/pdf/bb.edn