The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Apr 2, 2022 - Clojure
{{ message }}
Clojure is a functional, dynamic, general-purpose programming language. It provides built-in concurrency support via software transactional memory and asynchronous agents, and offers a rich set of immutable, persistent data structures. Clojure runs on JVM, JavaScript VMs, and Common Language Runtime.
The simplest, fastest way to get business intelligence and analytics to everyone in your company
incorrect markdown list display
- Test
- + item
+ item
+ item
No response
Fedora Linux fc35.x86_64, Logseq 6.0.4

Penpot - The Open-Source design & prototyping platform
mal - Make a Lisp
Cool open source projects written in various languages.
Immutable database and Datalog query engine for Clojure, ClojureScript and JS
A community coding style guide for the Clojure programming language
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn - similarly to defn with check on metadata for ::eventsfx/merge - seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs - lint as let + check on types forcider 1.3
When you start a repl - no connection message.
user space fix:
(add-hook
'cider-connected-hook
(lambda ()
(message
(funcall
cider-connection-message-fn))))Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.
Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
"every time I watch one of his talks I feel like someone has gone in and organized my brain"
Asynchronous communication for Clojure
A curated list of awesome Clojure libraries and resources. Inspired by awesome-... stuff
http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
Describe the bug (REQUIRED)
Bob fails with exception java.nio.file.NoSuchFileException if run from a folder with spaces in the path.
To Reproduce (REQUIRED)
Run Bob from a folder containing spaces, e.g. (arguments removed for clarity)
java -jar "D:\User Documents\Richard\Defold projects\defold-playable-ads\playable_ad\build\bob_1f57126.jar"
Expected behavior (REQUIRED)
Distributed, masterless, high performance, fault tolerant data processing
Fast, cross-platform, standalone ClojureScript environment
See #1029
Created by Rich Hickey
Released October 16, 2007
At this moment relu_layer op doesn't allow threshold configuration, and legacy RELU op allows that.
We should add configuration option to relu_layer.