Fork me on GitHub
#announcements
<
2024-01-30
>
y.khmelevskii08:01:25

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/

👍 11
clojure 13
🎉 22
1
1
🚀 1
Zmicier Misiuk10:01:09

Hi! @U1GTUPAVB! Thank you for interesting product. I have tried to create account but got error for any password

y.khmelevskii17:01:53

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

borkdude11:01:16

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}"

🎉 17
mpenet14:01:44

New release of https://github.com/mpenet/hirundo - based on helidon 4.0.4 (also released today)

🎉 8
🌶️ 4
🚀 4