off-topic

https://github.com/clojurians/community-development/blob/master/Code-of-Conduct.md Clojurians Slack Community Code of Conduct. Searchable message archives are at https://clojurians-log.clojureverse.org/
seancorfield 2021-03-12T02:27:48.305400Z

Just droppin’ this here:

;; my main work REPL:
dev=> (up-since)
#inst "2021-02-26T00:06:35.865-00:00"
;; my depstar project REPL:
dev=> (up-since)
#inst "2021-03-04T23:02:58.207-00:00"
;; my HoneySQL v2 project REPL:
user=> (dev/up-since)
#inst "2021-01-31T00:34:55.324-00:00"
(my dot-clojure project has a :dev/repl alias that starts a variety of REPLs and makes the up-since function available)

👍 2
🙂 1
seancorfield 2021-03-12T02:28:44.306Z

When I’m talking about my RDD workflow and never using refresh/reload tooling… ☝️:skin-tone-2:

vemv 2021-03-12T03:23:54.310200Z

I'd see it more of an evidence that startup time doesn't matter (which also is a useful point!) one can have long-running sessions with or without tools.namespace, can be considered orthogonal? my t.n sessions never become unusable (`(clear)` is a thing if things get messy)

blak3mill3r 2021-03-12T09:46:39.315800Z

Got addicted when I was using leiningen

seancorfield 2021-03-12T04:16:09.311400Z

💯 for the startup time issue, yeah. I don't know how long-lived REPLs are for folks that do use that refresh/reload workflow -- I don't hear them talk about that. Which is partly why I make a point of showing just how long I keep my REPLs open.

blak3mill3r 2021-03-12T05:13:17.311600Z

I use the refresh/reload style... my repls stay open until I need a new dependency that I cannot add with add-libs ... or if I do something stupid and lock the process up for example. I don't measure repl-uptime, and my newer (non-lein) projects start pretty quickly so this does not matter as much as it once did. I know my repls sometimes get used for many days, though.

seancorfield 2021-03-12T05:29:22.311800Z

Ah, nice to see someone else using add-libs!

Mno 2021-03-12T08:05:11.315700Z

I crash things in ways that can only be fixed by restarting the repl more often than that 😅

borkdude 2021-03-12T10:05:27.317100Z

Reminder: we have a #releases channel for releases that are just about bug fixes and/or minor enhancements, that do not belong in #announcements. Feel free to join there!

👍 3