Fork me on GitHub
#announcements
<
2020-07-29
>
mihaelkonjevic09:07:20

Announcing keechma/pipelines - Manager for async and concurrent code in ClojureScript. https://github.com/keechma/keechma-pipelines

👏 24
bruno.bonacci11:07:12

Hi, here the recording of Justin Conklin presentation Microbenchmarks with jmh-clojure at the https://www.meetup.com/London-Clojurians/events/271860420/ meetup. https://youtu.be/_6qVfFkBdWI

👍 12
❤️ 6
borkdude11:07:20

Thanks for the fast publishing!

👍 3
tiensonqin14:07:25

Hi, just want to share http://logseq.com which is a local-first non-linear outliner for organizing your knowledge base, it draws a lot idea from Roam Research, Org mode, and Tiddlywiki, It works directly with both plain Markdown or Emacs Org Mode. The server will never store the user's private notes, so the data are stored locally in the browser IndexedDB and can be synced using a local Git web client. It has hiccup support and sci (thanks to @borkdude) support directly. ah my bad, forget to say that logseq is also using Datascript and Rum by @tonsky and reitit by @ikitommi and shadow-cljs by @thheller! Thank you very much! The code will be open source in the next coming months (no more than three months), it'll need a lot of help, send me a dm if you're interested!

👌 36
21
👏 21
👀 12
eggsyntax15:07:01

Very cool! How complete is the org mode emulation?

tiensonqin15:07:27

I'd say it's mostly done The code for parsing is open sourced: https://github.com/mldoc/mldoc

🎉 6
tiensonqin15:07:43

lmk if something breaks!

tiensonqin15:07:54

@U077BEWNQ btw the app doesn't support org mode if not logged in, will fix this soon.

👍 3
Johanna15:07:36

Crux 1.10.0 is out 🚀 Highlights are: * SQL query support https://github.com/juxt/crux/tree/20.07-1.10.0/crux-sql * Speculative transactions - 'what if this transaction were applied?' https://github.com/juxt/crux/tree/20.07-1.10.0/docs/speculative.adoc * More types of entity IDs - particularly, strings and longs. * EQL Projections (aka 'pull syntax') https://github.com/juxt/crux/tree/20.07-1.10.0/docs/projections.adoc Check out the full release notes here: https://github.com/juxt/crux/releases/tag/20.07-1.10.0

🎉 78
parrot 15
practicalli-johnny16:07:58

https://github.com/practicalli/clojure-deps-edn is a user level configuration for Clojure CLI and deps.edn based projects. The aim is to provide a set of tools and useful aliases to help with the full development workflow. Alias names are meaningful and descriptive to avoid being over-ridden by project specific aliases, so they are more readily available. Library versions updates are checked regularly using the :outdated alias which calls depot on the configuration to check and update library versions directly. Any experimental or alpha state tools are marked as experimental - use at your own risk. Recent alias additions include • :dev - include the /dev/ path to configure REPL startup with a /dev/user.clj` file - http://practicalli.github.io/clojure/clojure-tools/configure-repl-startup.htmlrebel-nrepl - run rebel REPL with nrepl connection for editor connections (eg. CIDER, Calva) • :nrebl - REBL data browser on nREPL connection (e.g. CIDER, Calva) • :deploy-locally to add a jar to _/.m2 directory • :deploy-clojars to deploy a jar on http://clojars.org:deploy-clojars-signed to sign and deploy a jar on http://clojars.org • Updated libraries to use their fully qualified names

👏 33
👍 30