indigosun
No user record in our sample, but indigosun 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 indigosun has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
You should see when negative numbers are involved. Due to Haskell's rigor in regard negative numbers: ghci> -1 + 2 1 ghci> 2 + -1 <interactive>:12:1: error: Precedence parsing error cannot mix ‘+’ [infixl 6] and prefix…
For clarity, I am pro nuclear power. That said, I do worry specifically about tech companies interested in building nuclear power plants. If it’s solely to fuel the silicon fire that is contemporary machine learning…
> biggest productivity enhancers I’ve seen since code completion I’m still productive without ever having pursued any code completion features, and I think one aspect of your productivity you are leaving out is “is your…
Agreed. I started with lein, and still use lein for any 'production ready' project, but I'll use deps.edn for little personal scripts because in those cases lein feels like bloat. For me, using deps.edn was…
> The design of deps.edn/clojure CLI and the lack of user friendly tooling is forever frustrating. "user friendly tooling" and ANY Scheme in the same sentence?! I kid, but I always have held that Schemes feel like…
I recently saw the title, Learn Physics with Functional Programming, and thought to myself... I know physics and functional programming but I want to learn Haskell. Having gone through it, I highly recommend the book;…