Fork me on GitHub
#off-topic
<
2020-11-11
>
Nazral16:11:05

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?

dharrigan16:11:36

I think #announcements is pretty common for publishing news about libraries

dharrigan16:11:00

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.”

dharrigan16:11:06

you should be okay there 🙂

Nazral16:11:44

Ok, thanks !

borkdude16:11:42

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 printed

borkdude16:11:21

Ah right, forgot to append "$0" "$@"