This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-26
Channels
- # announcements (3)
- # babashka (28)
- # beginners (21)
- # cider (29)
- # clojars (10)
- # clojure (14)
- # clojure-australia (3)
- # clojure-europe (48)
- # clojure-nl (3)
- # clojure-sanfrancisco (4)
- # clojure-uk (54)
- # clojurescript (34)
- # cryogen (12)
- # cursive (7)
- # datomic (14)
- # devcards (1)
- # fulcro (23)
- # helix (2)
- # java (5)
- # jobs (1)
- # kaocha (15)
- # malli (13)
- # minimallist (1)
- # off-topic (8)
- # pathom (7)
- # pedestal (1)
- # rdf (10)
- # reagent (18)
- # shadow-cljs (58)
- # spacemacs (3)
- # tools-deps (1)
- # vim (6)
- # xtdb (37)
A while back on this slack someone shared a Clojure project to share folders as other git directories. I can’t seem to find that back, did I dream it?
Found it! https://github.com/nextjournal/lazo Glad I starred it 🙂
Want to implement a simple http based web application - which can do following: - google oauth login - read some db say mongo and render output on html page - write to some db say mongo Need suggestion on libraries and reference. Please help.
Guys, I lost a function name. Can you help me ? I have two hash-maps and I just wanted to apply functions by thier keys.
@scknkkrer This is a tool which can help you find it: https://borkdude.github.io/re-find.web/?args=%2B%20%7B%3Aa%201%7D%20%7B%3Aa%202%7D&ret=%7B%3Aa%203%7D
so like https://hoogle.haskell.org for Clojure? Really cool!
Say I want to make a simple cljc
library of pure functions which I want to test in both clj
and cljs
to prove their cljc
-ness. Does anyone know an example of such a project? A template, maybe?