Is there a best practice around lazily loading modes when encountering a relevant file extension? At this point I have roughly 25 different Emacs modes installed, and startup has become slow.For exa
Closed. This question is seeking recommendations for books, tools, software li开发者_Python百科braries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
i have a series of items in a set like this: (def my-set #{ {:id \"ab\" :a 1 :b 2} {:id \"abc\" :a 1 :b 2}
Say I want to make a Clojure macro that does the following: If x is a list calling the function \"bar\"
I have a few EC2 instances on AWS that are in a suspended state. I\'d like to use pallet to start them up from a Clojure program (and ultimately put them back into suspend). I\'m not finding how to do
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to pull an integer out of localStorage with a simple clojurescript app.Everything I\'ve tried ended up trying has some sort of wrong behavior.
I\'m a beginner with clojure, only starting it yesterday. I have gathered that a simple way to create a standalone app开发者_如何学C is with leiningen lein new foo.
I\'m learning clojure and wanted to crate my naive quick sort. This implementation cuts array (vector) in half and process them recursively. Issue is that this code happens to throw NullPointerExcepti
Here is my situation, I have a external program that sends me data every 30 or so ms. That data is merged to a ref.