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
16
questions and find answers to
26
problems.
Stats
616
EtPoint
151
Vote count
16
questions
26
answers
About
Functional programming. Clojure, Common Lisp, Haskell.
OlegTheCat questions
How to convey current thread's bindings to another thread?
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
Validation process of a config-file for a cli-tool: Avoiding nested if's
Emacs Cider Debugger locals navigation
Store Clojure REPL lines
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?