This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-10
Channels
- # announcements (10)
- # aws (5)
- # babashka (81)
- # babashka-sci-dev (4)
- # beginners (100)
- # calva (60)
- # clj-kondo (34)
- # clojars (1)
- # clojure (30)
- # clojure-austin (12)
- # clojure-berlin (1)
- # clojure-europe (45)
- # clojure-italy (5)
- # clojure-losangeles (9)
- # clojure-nl (3)
- # clojure-norway (10)
- # clojure-spec (1)
- # clojurescript (8)
- # community-development (2)
- # conjure (5)
- # cursive (10)
- # data-science (2)
- # datalog (1)
- # emacs (4)
- # events (10)
- # fulcro (6)
- # jobs-discuss (8)
- # lambdaisland (3)
- # leiningen (2)
- # luminus (5)
- # membrane (61)
- # off-topic (8)
- # portal (5)
- # releases (20)
- # sci (25)
- # scittle (6)
- # shadow-cljs (25)
- # testing (6)
- # xtdb (11)
Still room available for the first London Clojurians in person Meetup after a long time: https://www.meetup.com/london-clojurians/events/288023345/ (Wed, Oct 12th, 6pm BST)
Note we have three visual-tools meetings this month: https://clojureverse.org/t/visual-tools-meeting-13-monthly-interactive-visualizations-shiny-shadow-cljs-clay/ https://clojureverse.org/t/visual-tools-meeting-14-clerk-workshop/ https://clojureverse.org/t/visual-tools-meeting-15-a-common-ground-for-notes-with-kindly/
Just fixed the hour in meeting 15. š
The second NLP-in-Clojure meeting will take place in the end of the month, with a talk by @carsten.behring. https://clojureverse.org/t/nlp-study-session-2-predict-real-vs-fake-disaster-tweets-with-dvc-clojure-and-python/
See you on Sunday at @carsten.behring's NLP talk, combining Clojure, Python, and DVC.
See you later today at the NLP talk.
Starting in a moment: https://bit.ly/daslu2-zoom
Two recordings of recent Los Angeles Clojure Meetup events: ā¢ https://www.youtube.com/watch?v=_tpNKAv4fro - Polylith with Sean Corfield (June 2022) ā¢ https://www.youtube.com/watch?v=Dr8wBGPXxng - Exploring the Flow-storm debugger (September 2022)
nice to see people trying the debugger. The latest version fixes a bunch of issues specially on windows, and there is also a chapter on the UserGuide on how to make it work on WSL2 without using a remote connection https://jpmonettas.github.io/flow-storm-debugger/user_guide.html#_working_on_windows_with_wsl2
I also see that you where trying to instrument clojure namespaces like clojure.core/inc and clojure.walk/walk. The thing with instrumeting clojure namespaces is that the debugger uses those, so if you instrument clojure.core/inc for example, when it runs it will trace and make the debugger "react" to it, and part of the debugger code will probably will be using inc to show you the results, so it will be called again, and you will get a stack overflow
See you on Sunday at @carsten.behring's NLP talk, combining Clojure, Python, and DVC.
See you later today at the NLP talk.
Starting in a moment: https://bit.ly/daslu2-zoom