daslu
No user record in our sample, but daslu has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but daslu has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Great post. The way Tablecloth unifies column processing and row processing in a functional way is so elegant.
I liked this demo by Timothy Pratley (the creator of Clojure Civitas): https://www.youtube.com/watch?v=lceazLPcSZg
Maybe it is good to use both the personal blog and public spaces like this. It is great that finally we have a common space for posting Clojure namespaces as notebooks, where different authors can be conveniently…
One important detail is that in Lisps like Clojure, printed values can usually be read back as code. So, the REPL is really a read-eval-print-LOOP. Another detail is that the whole culture of the language, oriented…
REPL-driven development is wonderful. Clojure does have notebook solutions which are worth looking into: * https://github.com/clojupyter/clojupyter * https://github.com/jsa-aerial/saite * https://pink-gorilla.github.io…
By the way, we are having a Clojure data science public meeting at the end of this month: https://twitter.com/scicloj/status/1291845872884625408 We will assume some basic knowledge of Clojure, but I guess it may be…
Best wishes for the new role! Eventually, it may be a good idea to try both Clojure and Python. Personally I find Clojure's approach towards data very refreshing. It does require an open mind and a mindset different…
CIDER has been the best programming environment I have experienced (probably haven't tried enough of SLIME though). It combines coding with dynamic experimentation in such a fun way. For literate programming, the…
To add on what @valw said: Clojure's ML/stats ecosystem is moving fast. Several important libraries are under construction and will mature in few months. Imho, it is worth following this year, for anyone interested in…