Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
amalloy
amalloy has asked
37
questions and find answers to
637
problems.
Stats
16.7k
EtPoint
5.4k
Vote count
37
questions
637
answers
About
I play with Haskell and Clojure, and at work I develop Error Prone and other Java language tooling.
amalloy questions
How to find most-correlated X for each Y?
Anyone using webtest without ant?
Why is Postgres scanning a huge table instead of using my index?
How to create a limited version of the IO monad
How can I debug a non-responsive server, when the profiler can't collect samples?
How can I generate Modified http headers with Compojure?
Can I make git merge --ff act like --ff-only?
Working with data types parameterized by a functor
Mutually referring deftypes in Clojure
Why doesn't `coerce` implicitly apply Compose to these functions?
amalloy answers
How to use java.util.stream.Stream in Clojure?
Is there a Clojure macro equivalent to def?
What is the best way to update atoms to minimize memory usage
Why do Sets of Characters appear to be ordered?
Reasoning behind scoping of ViewPatterns
SICP counting change problem—why does N = X + Y?
Is there a logical for-all in clojure.core.logic?
Clojure Mandatory keyword argument
Lazy partition-by
Fibonacci Tree-Recursion in Structure and Interpretation of Computer Programs