clojure

New to Clojure? Try the #beginners channel. Official docs: https://clojure.org/ Searchable message archives: https://clojurians-log.clojureverse.org/
2021-05-30T01:26:16.166200Z

Thank you for the pointer

Jacob Rosenzweig 2021-05-30T06:13:10.168Z

@seancorfield What do you usually use with honeysql to make generic CRUD apps? I see one tutorial reference using the next-jdbc but are there alternatives? I guess that's your library too.

seancorfield 2021-05-30T18:36:08.172200Z

For the last decade I've been using Clojure in production to power around forty online dating sites. We have about 113k lines of Clojure at work.

Helins 2021-05-30T09:18:48.169100Z

I know I've seen a couple of new-ish file watching libs during the past few months. Would you recommend any over good ol' hawk?

borkdude 2021-05-30T09:23:56.169400Z

@adam678 This one is used in krell and has been extracted into a lib: https://github.com/nextjournal/beholder

Helins 2021-05-30T09:27:13.169900Z

Looks neat and simple 👍

Helins 2021-05-30T10:55:18.170500Z

(but it is for directories only, not plain files)

p-himik 2021-05-30T19:44:09.173900Z

With clj, how am I supposed to pass --report stderr when I have -M:alias? The doc says:

Usage:
  [...]
  Run main       clojure [clj-opt*] -M[aliases] [init-opt*] [main-opt] [arg*]
  [...]

init-opt:
  [...]
  --report target     Report uncaught exception to "file" (default), "stderr", or "none"
But when I use something like clojure -M:prod:build:build/once --report stderr, the --report stderr part gets fed into my -main.