Dynamic children in a Reagent component
@mccraigmccraig asked on clojurian’s slack why the following Reagent component causes a React warning:
Micro-benchmarking Clojurescipt code in a browser
I wanted to find out which of creating a partial function is faster in Clojurescript. For example for adding two numbers, which of the two is faster:
Extending Cypher or How I Learnt To Stop Worrying and Love Cypher
A while back I had asked if I there was an easy way to extend Cypher. Cypher is an excellent declarative way for querying a Neo4j database but the functions in it leave me wanting for me. I had this twitter conversation:
Neo4j unmanaged extension in Clojure
I needed to create an Unmanaged Extension in Neo4j but the prospect of using Java gave me shudders.