babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
borkdude 2020-09-27T12:03:09.048200Z

Implementation of the above idea: https://github.com/borkdude/cpm

2020-09-27T12:47:08.048500Z

Very interesting! :)

2020-09-27T13:29:20.049300Z

@borkdude i tried on windows, but i get a NegativeArraySizeException for this line i think: https://github.com/borkdude/cpm/blob/master/src/cpm/impl/impl.clj#L47 apparently this is a known issue: https://stackoverflow.com/questions/24008831/negativearraysizeexception-while-unzipping-a-zipinputstream/24008916#24008916

borkdude 2020-09-27T13:36:55.050200Z

Ah, pr welcome or I’ll fix when I’m back

borkdude 2020-09-27T15:32:14.050400Z

@sogaiu Fixed, I think

borkdude 2020-09-27T15:55:55.050600Z

Another, better fix

2020-09-27T21:57:36.050900Z

seems to be working 🙂