Clojure
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Rich Hickey
- Released October 16, 2007
Here are 3,499 public repositories matching this topic...
Issue Description
I'm unable to run DL4J with nvidia CUDA back end despiite following the instructions here:
https://deeplearning4j.org/docs/latest/deeplearning4j-config-gpu-cpu
Project works fine with native back end. When I debug, I can see the service loader finding the JCublasBackend.java class and then failing on isAvailable().
As far as I can tell I've done everything recommende
- Select theme with thick strip in line number block.
- Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
- Open another file. All display properly.
- If you see carefully that the whole block with line numbers in the first case is shifted to the left.
First file
I've wanted to craft a "1 minute", "5 minute", "15 minute" moving average (like a unix load average), but don't know the right r to pass to ewma-timeless to get it.
Either documenting a rule of thumb or providing a mechanism to recreate that would be helpful.
Immutable database and Datalog query engine for Clojure, ClojureScript and JS
-
Updated
Sep 23, 2019 - 480 commits
- 44 contributors
- Clojure
A community coding style guide for the Clojure programming language
-
Updated
Sep 24, 2019 - 288 commits
- 45 contributors
🌈Rainbow Brackets / Rainbow Parentheses for IntelliJ based IDEs
-
Updated
Sep 23, 2019 - 448 commits
- 8 contributors
- Kotlin
https://github.com/ring-clojure/ring/blob/master/ring-devel/src/ring/middleware/reload.clj
It appears wrap-reload needs to be passed a handler as normal, but with the caveat that its referenced through a var (see mmcgrana/ring#72).
Something along the lines of:
(def app
(-> (compojure.core/routes my-routes)
(compojure.handler/api)))
(def app-with-reloaProblem
Currently, push notifications are not grouped (even though we call setGroupSummary), so the user potentially ends up with a ton of push notifications in the notification center.
Implementation
We should:
- maintain a summary PN with a fixed ID
- we call
setNotificationIdon it so we can update it later without creating a new one. Maybe the sender ID hash (from) can be used
- we call
I did some fast debugging last week on this, and it seems to be with how it's calling sesman to get the active sessions.
I think CIDER should work around this, as the behavior appears well defined at the sesman level (given an active buffer, give linked sessions).
However, the Common Lisp variant of this with SLIME and slime-selector works regardless of what buffer the user is currently in (
Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
-
Updated
Sep 20, 2019 - 1 commits
- 90 contributors
- Clojure
magic help system
we need more than lsmagic.
http-kit is a minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
-
Updated
Sep 22, 2019 - 517 commits
- 59 contributors
- Java
Klipse is a Javacript plugin for embedding interactive code snippets in tech blogs. A simple client-side code evaluator pluggable on any web page: clojure, ruby, javascript, python, scheme, es2017, jsx, brainfuck, c++, reagent, lua, ocaml, reasonml, prolog, common lisp
-
Updated
Sep 24, 2019 - 942 commits
- 22 contributors
- Clojure
Currently, changes to plugin information models need to be mirrored, manually in the respective README.md.
This proposal outlines a possible approach to:
- Generate the relevant portion of the README directly from the info model.
- Integrate into the existing plugin release process.
A: Create a doc-gen lein plugin to render an information-model map into markdown
- Content should correspond
If I wanted to specify ClojureScript dependencies, the following snippet would suffice.
#!/bin/sh
"exec" "lumo" "-c" "tools.cli-0.3.7.jar" "$0" "$@"
I think we should document this somewhere in this project.
How can I specify npm dependencies in a clojurescript script? Can it be documented, too?
Classpath conflict: org.clojure/clojure version 1.8.0 already loaded, NOT loading version 1.3.0
If you specify a Clojure version in boot.properties and don't specify the same Clojure version in your :dependencies you will get a warning like the one above.
Not sure if this is worth it but we could provide some more context for the specific case of Clojure:
Classpath confli
Realtime web comms for Clojure/Script
-
Updated
Sep 21, 2019 - 471 commits
- 24 contributors
- Clojure
Free and Open Source GUI to Visualize Kubernetes Applications.
-
Updated
Sep 24, 2019 - 54 commits
- 6 contributors
- Clojure
Unity has changed the UI to configure the Mono Runtime in 2019.2 and we need to update our documentation to reflect that.
The documentation is not inaccurate for older versions of Unity, so maybe an amendment (as opposed to a replacement) with a note about checking your Unity version is the way to go.
Tracking down a problem with the latest upgrade. Because of a resolve failure, the arguments to a field are included in an error map; one value is a java.time.LocalDateTime. Cheshire throws an exception when streaming this as JSON, and the final result is a response with a body that is the empty string.
The right solution is to use cheshire.generator/add-encoder:
(add-encoder LocalDa
When defining a resource, I leave a lot of decision points at their default value (by not implementing them). The default paths could be indicated on the decision graph with a different colour.
This would save a lot of time going back and forth between the graph an this table.

If you delete the sample dataset DB, then click the button to add it back, it SEEMS like nothing is happening. But if you look in the logs it is actually hitting the API endpoint. We should add some sort of confirmation dialog that lets you user know it's being re-enabled