Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
OlegTheCat
OlegTheCat has asked
15
questions and find answers to
18
problems.
Stats
483
EtPoint
123
Vote count
15
questions
18
answers
About
Functional programming. Clojure, Common Lisp, Haskell.
OlegTheCat questions
clearInterval inside callback in ClojureScript
How to distinguish java map from clojure map?
Why Clojure evaluates forms during AOT compilation?
Why I can set! builtin dynamic (?) Clojure vars?
How to force slot's type to be checked during make-instance?
What does retag parameter in s/multi-spec mean?
Why does the usage of by_ref().take() differ between the Iterator and Read traits?
What does :scope "provided" mean?
OlegTheCat answers
Why Doesn't Clojure provide standard library after creating new namespace?
When to use a Var instead of a function?
What is the correct way to perform side effects in a clojure atom swap
How do you find all the free variables in a Clojure expression?
Why does wrapping this in a function take 10x longer to run?
How to split string at fixed numbers of character in clojure?
Nested transactions in clojure.java.jdbc
How to remove sequential matches in vector in Clojure?
What is the difference between macroexpand and macroexpand-1 in Clojure
Convert BufferedInputStream to String in Clojure