The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Jun 5, 2021 - 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

A list of cool open source projects written in C, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala, etc.
mal - Make a Lisp
Penpot - The Open-Source design & prototyping platform
Immutable database and Datalog query engine for Clojure, ClojureScript and JS
A privacy-first, open-source(frontend now, backend later) platform for knowledge management and collaboration. Desktop app download link: https://github.com/logseq/logseq/releases, roadmap: https://trello.com/b/8txSM12G/roadmap
A community coding style guide for the Clojure programming language
Company mode recently added new feature, which provides icons in the popup. CIDER's backend doesn't yet return icon information back to company, and company displays no icons, when connected to CIDER.
As @dgutov mentioned in the company-mode/company-mode#1102 (comment), CIDER needs some adjusting to make icons work.
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 forFigwheel 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"
Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.
http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
A curated list of awesome Clojure libraries and resources. Inspired by awesome-... stuff
Distributed, masterless, high performance, fault tolerant data processing
Fast, cross-platform, standalone ClojureScript environment
Describe the bug (REQUIRED)
gui.animate doesn't set target value if duration = 0 and delay > 0.
To Reproduce (REQUIRED)
I attached a re-pro project.
Expected behavior (REQUIRED)
gui.animate should behave as go.animate.
Defold version (REQUIRED):
Platforms (REQUIRED):
[gui_animate_bug1.zip](https://github.co
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.