Live data from Hacker News

Viewing profile — indigosun

indigosun

HN member
Joined
Sun, Apr 07, 2024, 7:58 PM UTC
HN karma
6
Public activity
6 items

About indigosun

No profile information was provided.

Recent public activity

  1. comment
    Comment #39976439

    You should see when negative numbers are involved. Due to Haskell's rigor in regard negative numbers: ghci> -1 + 2 1 ghci> 2 + -1 :12:1: error: Precedence parsing error cannot mix …

  2. comment
    Comment #39965892

    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 th…

  3. comment
    Comment #39964973

    > 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 produ…

  4. comment
    Comment #39964806

    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. …

  5. comment
    Comment #39964080

    > 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…

  6. comment
    Comment #39963946

    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 thr…