How to change output formatting in REPL when started by `clj` command?
|
|
9
|
1065
|
February 26, 2022
|
Function that builds functions with different number or parameters
|
|
8
|
1174
|
February 24, 2022
|
Hobby programmer
|
|
22
|
1942
|
February 22, 2022
|
How do I launch a clojurescript nodejs REPL outside a project structure?
|
|
16
|
1400
|
February 13, 2022
|
Cond indentation/readabliity, continuation syntax proposal for expr
|
|
12
|
2009
|
February 7, 2022
|
Is there any clojure(script) implementation for reactive values?
|
|
17
|
1832
|
February 6, 2022
|
Stuart Sierra Components and config
|
|
14
|
1254
|
February 4, 2022
|
Test for tests with the same `deftest` name that don't get executed
|
|
3
|
634
|
February 2, 2022
|
Does it make sense to use clojurescript on front-end and haskell on back-end?
|
|
35
|
4012
|
February 1, 2022
|
Does clojure(script) have its own framework for functional event streams?
|
|
10
|
1911
|
January 30, 2022
|
Using "opts" vs. just a map - proper Clojure style
|
|
5
|
1210
|
January 28, 2022
|
Which one between re-frame vs fulcro do I want in which circumstances?
|
|
3
|
1413
|
January 28, 2022
|
Is there a way to ignore last parameter in function literal? #( ... %_3 ...)
|
|
6
|
791
|
January 27, 2022
|
Aesthetics of Clojure/Lisp - Resources to look at?
|
|
9
|
1009
|
January 27, 2022
|
What to do with a .jar with no classes?
|
|
2
|
633
|
January 23, 2022
|
Associative destructuring with defaults and referencing the whole new map
|
|
5
|
892
|
January 22, 2022
|
What are common use case for atoms in the backend?
|
|
10
|
1559
|
December 13, 2021
|
Is it normal to (defn foo ... fn ...) so you can (def func (foo...))?
|
|
5
|
817
|
December 7, 2021
|
What is the most beautiful lisp code you've seen ? (clojure included, 100 loc max)
|
|
4
|
1682
|
December 3, 2021
|
Clojure way to get a value of a non-keyword key in map
|
|
8
|
1867
|
December 1, 2021
|
Partial functions with variadic args that cannot be created using partial
|
|
2
|
555
|
November 30, 2021
|
Variadic function vs just work with collection
|
|
7
|
1270
|
November 24, 2021
|
Anyone interested in fintech and (within reason) in blockchain?
|
|
4
|
1143
|
November 15, 2021
|
Structuring program that returns a lot of information in a nested Map
|
|
14
|
1796
|
November 5, 2021
|
Lazy-seq magically works for extremely large recursion. Why?
|
|
14
|
2598
|
October 26, 2021
|
Using :pre and :post for error handling and type checking
|
|
9
|
1478
|
October 26, 2021
|
Erlang/Elixir style of returning 2 elements with :ok / :error status
|
|
8
|
2230
|
October 24, 2021
|
Would loop and recur exist if Clojure was build on top language with no StackOverflows?
|
|
12
|
2162
|
October 24, 2021
|
When do we really need efficient immutable data structures?
|
|
15
|
2220
|
October 23, 2021
|
Is predicate a fn returning Boolean or just Truthy / Falsy?
|
|
10
|
1394
|
October 22, 2021
|