Hi, I'm not sure if self-promotion is allowed but I've made a small lib in Clojure I'd like to share, is there any specific channel where I can do that?
I think #announcements is pretty common for publishing news about libraries
from the topic “Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.”
you should be okay there 🙂
Ok, thanks !
I have a old script which uses the #_( ...)
hack:
#!/bin/sh
#_(
exec "clojure" "-Sdeps" "{:deps,{selmer,{:mvn/version,\"1.12.17\"}}}"
)
(println :hello)
But when executing it, I get a REPL, not :hello
printedAh right, forgot to append "$0" "$@"