This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-25
Channels
- # asami (5)
- # babashka (38)
- # beginners (116)
- # calva (65)
- # chlorine-clover (4)
- # cider (8)
- # cljfx (6)
- # cljsrn (7)
- # clojure (18)
- # clojure-australia (1)
- # clojure-europe (49)
- # clojure-spec (6)
- # clojure-uk (4)
- # clojurescript (3)
- # clojureverse-ops (13)
- # core-async (2)
- # cryogen (1)
- # cursive (9)
- # datahike (32)
- # fulcro (3)
- # gratitude (17)
- # malli (4)
- # music (3)
- # nrepl (8)
- # off-topic (14)
- # releases (2)
- # rewrite-clj (3)
- # shadow-cljs (4)
- # vrac (1)
- # xtdb (4)
I’m grateful by how amazed I get everything I’m able to get some complex data transformation using #meander, thanks @noprompt and @jimmy and all the contributors ❤️
also @U0BBFDED7 and @U2845S9KL that have been solving some puzzles and helping my learn of this awesome library
Thanks and @thiagokokada and @jlle for bringing clojure packages to nixpkgs
which I use everyday. Big shout out to maintainers of other package systems (guix, apt, brew, chocolatey, pkg and many others!). You guys really make it much easier to develop, distribute and deploy Clojure apps everywhere.
@UBLU3FQRZ for scoop-clojure
@U0E2YV1UZ I'm curious how you use clojure packages with nix. Do you mean mvn and git libs?
Thanks! I did it because I want to use clojure and nix, but it's great to know that it's useful to other people 🙂 @thiagokokada you are doing a great job, and always super quick
@U04V15CAJ the way I use it, I install clojure, clj-kondo, babashka, etc, with nix, but during development I use clojure cli, same way it's used with any other distro. I want to investigate a better way to use nix to distribute clojure applications, but I have to find time for it 😅
And btw, thanks a lot @U04V15CAJ for been always so responsive. I remember that clj-kondo was the first graalvm application on nix, and it was in part thanks to your help
happy to help. perhaps I will one day profit from it myself :) this week I will probably publish an example repository of how to wrap a babashka script as a brew (linux + macos) and scoop package. perhaps nixos can be added as well
I think so, ping me if you publish that repo, I'd like to take a look and try to create a nix package
@jlle OK, https://github.com/babashka/neil - this works for homebrew (macOS, linux) and scoop (Windows)
@U04V15CAJ great, I just created a package for nix: https://github.com/NixOS/nixpkgs/pull/139883 once it gets merged, I can create a PR to add nix to neil's readme