The Wayback Machine - https://web.archive.org/web/20220505190017/https://github.com/topics/clojure
Skip to content
#

Clojure

clojure logo

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.

Here are 5,138 public repositories matching this topic...

ekkl
ekkl commented Jul 9, 2018
  1. Select theme with thick strip in line number block.
  2. Save and restart. Open some file. Нou see that the first characters of the lines are hidden under stripe.
  3. Open another file. All display properly.
  4. If you see carefully that the whole block with line numbers in the first case is shifted to the left.
    First file
    First file
codemirror good first issue bug
didibus
didibus commented Apr 9, 2022

Sometimes I like to start ephemeral REPL sessions to play around with some idea and I don't need to persist files or have a project for it.

Right now you can cider-jack-in without a project or a file, in some empty clojure buffer, and Cider asks you if you want to run cider-jack-in without a project, which will start a Clojure REPL.

I was wondering if we could have the same functionality but

enhancement good first issue
defold
coderm4ster
coderm4ster commented Mar 24, 2022

Is your feature request related to a problem? Please describe (REQUIRED):

In my game project, about 50% of the time when property animations running on game objects or gui nodes have to be stopped at the same time. I can currently do this by calling the go.cancel_animations or gui.cancel_animation functions one after the other with the appropriate property names.

For example:

go.ca
feature request engine good first issue

Created by Rich Hickey

Released October 16, 2007

Organization
clojure
Website
clojure.org
Wikipedia
Wikipedia

Related Topics

cljs clojurescript language