Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Sam Estep
Sam Estep has asked
32
questions and find answers to
44
problems.
Stats
1.3k
EtPoint
387
Vote count
32
questions
44
answers
About
(he/him)
I like to learn things.
Sam Estep questions
Is this a correct usage of transients?
Why can't Leiningen always use my :gen-class properly?
Is it expected that identity returns something different from its argument?
How should multiline protocol method docstrings be formatted?
Why is do a special form?
How can I create a function that only accepts a subset of constructors of a type?
Does future always create a new thread?
Is there a simpler way to run clippy on my build script?
How can I spec a hybrid map?
Why does the Clojure core library use concrete derivation?
Sam Estep answers
Define multiprecision pi in boost:multiprecision
How accurate is BigDecimal.doubleValue() if no operation is applied on the amount
suppress output in REPL
Why did the designer make vector, map, and set functions in clojure?
java file with no public classes
which protocol defines conj in clojure?
Why do int arrays bound with 'def' accept Long values in Clojure?
Do tuples implement `Copy`?
What does it mean if the bitwise XOR of the sum and two addends are both negative?
How to replace many 'if...elif' statements in Python? [duplicate]