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
654
problems.
Stats
17.0k
EtPoint
5.5k
Vote count
37
questions
654
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
Better ways to traverse a map of maps
Can I make this Clojure code (scoring a graph bisection) more efficient?
Does the order of function calls inside a Clojure map guarantee runtime order processing?
Clojure, assoc in Okasaki trie using recur
Iterate over all keys of nested map
macro form of clojure.core apply function
Slow parsing CSV file into a map of vectors
Infinite lists that depend on each other in Haskell?
How to traverse the AST using the language-javascript module?
How do I run multiple functions which operate on the same collection, but only traverse the collection once? (clojure, example included)