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
23
problems.
Stats
566
EtPoint
142
Vote count
15
questions
23
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
Data Structure for Representing Paths of a Tree Without Redundancy
Map a function which takes three parameters on to a vector of three-element vectors in Clojure
Core.async: Take all values from collection of promise-chans
Is there a way to peek into Clojure async channels without consuming their values?
Clojure repl - how can I insure that :reload-all does indeed reload all required namespaces?
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?