This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-05
Channels
- # announcements (2)
- # babashka (9)
- # bangalore-clj (4)
- # beginners (20)
- # calva (5)
- # cider (1)
- # clara (2)
- # clojure (11)
- # clojure-italy (2)
- # clojure-spec (11)
- # clojure-uk (4)
- # clojurescript (34)
- # clojutre (7)
- # code-reviews (5)
- # cursive (3)
- # datascript (7)
- # fulcro (7)
- # graalvm (8)
- # jackdaw (1)
- # malli (1)
- # nrepl (4)
- # off-topic (225)
- # reagent (23)
- # reitit (14)
- # remote-jobs (1)
- # ring-swagger (1)
- # shadow-cljs (19)
- # tools-deps (10)
@deleted-user I have a half-solution for that you maybe can write a script over for your own programs
if you make a file with a shebang #!/usr/bin/java -jar
and append all the contents of an uberjar, that gives you a single file you can place on your path
reminds me a bit of some details of: https://github.com/BrunoBonacci/lein-binplus
or do something that has the same effect, to make pr
print a certain value in a certain way, but only in a scope and not globally in the application
@schmee i'd like to know too -- when faced with a similar situation, i modified an existing definition to change behavior based on a custom dynamic variable. i use binding to force the custom behavior: https://gist.github.com/sogaiu/9a55ab08cb7b43d2be67d5e4ad8a13a4
And what do you mean by scope? ns? You might want to have a look at blanket for an example: https://github.com/vlaaad/blanket