This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-06-05
Channels
- # announcements (11)
- # architecture (22)
- # babashka (33)
- # beginners (15)
- # biff (8)
- # calva (7)
- # clj-otel (1)
- # cljs-dev (3)
- # cljsrn (5)
- # clojure (76)
- # clojure-art (1)
- # clojure-europe (36)
- # clojure-hamburg (3)
- # clojure-nl (1)
- # clojure-norway (7)
- # clojure-poland (12)
- # clojure-spec (2)
- # clojure-uk (7)
- # clojurescript (9)
- # cursive (22)
- # data-science (6)
- # datomic (7)
- # fulcro (9)
- # hoplon (14)
- # instaparse (2)
- # jobs-discuss (14)
- # london-clojurians (1)
- # matrix (32)
- # music (1)
- # nbb (8)
- # off-topic (18)
- # pathom (29)
- # pedestal (6)
- # portal (34)
- # reagent (2)
- # reitit (4)
- # releases (1)
- # sci (10)
- # shadow-cljs (7)
- # tools-deps (4)
- # vim (6)
Is it possible to use defspec
with testing
in order to provide some “human readable explanation” of what property is being tested? Or is my only option manually writing deftest
+ testing
then invoking tc/quick-check
myself?
test.chuck offers a nice solution to this https://github.com/gfredericks/test.chuck#alternate-clojuretest-integration with its checking
macro
How stable is that? I'm also curious about it
I found https://github.com/PEZ/rn-rf-shadow and it got me started with the libraries I wanted to use. That’s good enough for me. Live reload and easy bootstrapping, that is what I needed.
@U02SLLZ1STE I'm planning to go with https://github.com/vouch-opensource/krell for that, but haven't had a chance to try yet.
@U0HG4EHMH As for ClojureDart and Flutter, as far as I understood from podcasts with the authors the current state is that "it works" meaning you can write Dart in Clojure, but any library / native API integration (which happens all the time in mobile dev) is a time-consuming process. It might be okay for a small hobby app, but I wouldn't dare to try it for anything professional. Did you try it yourself and can recommend it?