This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-30
Channels
- # announcements (5)
- # babashka (2)
- # beginners (85)
- # cider (59)
- # cljs-dev (2)
- # clojure (10)
- # clojure-europe (61)
- # clojure-gamedev (20)
- # clojure-nl (2)
- # clojure-norway (9)
- # clojure-uk (5)
- # cursive (24)
- # data-science (4)
- # datascript (8)
- # emacs (1)
- # fulcro (8)
- # graalvm (30)
- # gratitude (9)
- # hyperfiddle (71)
- # introduce-yourself (1)
- # jackdaw (1)
- # leiningen (8)
- # london-clojurians (1)
- # missionary (3)
- # other-languages (10)
- # pathom (8)
- # pedestal (18)
- # polylith (4)
- # proletarian (5)
- # reitit (7)
- # releases (4)
- # ring (8)
- # sci (10)
- # shadow-cljs (27)
- # squint (3)
- # tools-deps (2)
- # xtdb (17)
Hello Clojure community! I am thrilled to share a very important milestone for our product. After 1.5 years in closed beta, we have officially launched Scope. Scope is fully based on Clojure and ClojureScript. With a significant background and successful projects in Node/JS/TS, and having gained an understanding of how to build products on this stack, I decided to start a new project using the entire Clojure stack. I can confidently say that it was the right choice. We maintain solid code quality, deliver quickly and reliably. We have open-sourced a few projects, https://github.com/khmelevskii/emotion-cljs and https://github.com/scopews/svgreq (we have more plans but don’t have time for now). Additionally, I’ve shared our experiences at Clojure/Conj 2023 https://www.youtube.com/watch?v=lvsAqVIeRAQ Scope is a unified workspace that brings together projects, documents, and chats https://scope.ws/ I will really appreciate your support on Product Hunt https://www.producthunt.com/posts/scope-8 Our beta period allowed us to polish product, work closely with our early customers and achieve the best in class and mature collaborative project management platform! 😍 • Are you in search of powerful and customizable project management software? • Are you looking for a beautiful, fast, and incredibly user-friendly product with seamless team communication features? • Do you require the ability to store documents and maintain a knowledge base within your projects? • Are you seeking collaboration capabilities with both your internal team and external customers or partners? Create your own workspace, join our community, and achieve your goals faster with Scope! https://scope.ws/
Hi! @U1GTUPAVB! Thank you for interesting product. I have tried to create account but got error for any password
Let me check our logs to see what the problem here. You can also join our discord community to continue discussion https://discord.gg/S8HSKyty
https://github.com/borkdude/edamame: configurable EDN and Clojure parser with location metadata and more
1.4.24
• Add :map
and :set
options to coerce map/set literals into customizable data structures, for example, an ordered collections to preserve key order.
(require '[edamame.core :as e])
(require '[flatland.ordered.map :as m])
(e/parse-string "{:a 1}" {:map m/ordered-map}) ;;=> #ordered/map ([:a 1])
(require '[clojure.data.json :as j])
(j/write-str (e/parse-string "{:a 1 :b 2 :c 3 :d 4 :e 5 :f 6 :g 7 :h 8 :i 9 :j 10 :k 11 :l 12}" {:map m/ordered-map}))
;;=> "{\"a\":1,\"b\":2,\"c\":3,\"d\":4,\"e\":5,\"f\":6,\"g\":7,\"h\":8,\"i\":9,\"j\":10,\"k\":11,\"l\":12}"
New release of https://github.com/mpenet/hirundo - based on helidon 4.0.4 (also released today)