• Log in | Sign up
      link
      fedilink
      6
      edit-2
      19 days ago

      As a haskell nerd, I feel that I have the moral authority to declare you king of the nerds.

      “Ha! You think your language has macros? You call that a macro?! This list processing code is a list of tokens, why wouldn’t it be able to edit itself?”

      It breaks my brain.

        • Log in | Sign up
          link
          fedilink
          218 days ago

          Absolutely. It’s just that less fuss is being made about it on hacker news because the cool kids say you’ll be a better programmer in other languages if you learn rust when they used to say that you’ll be a better programmer in other languages if you learn haskell.

          With stack (consistent package version snapshot database based project starter and build tool) instead of cabal, you get the transferable and repeatable build benefits of docker with none of the hassle. Just stack new at the start and stack build or stack repl during development. Nothing gets bitrotten any more.

          • @[email protected]
            link
            fedilink
            English
            118 days ago

            Nah, I am not talking about hackernews buzz. I just thought it is dying couple of years ago.

            • Log in | Sign up
              link
              fedilink
              217 days ago

              I’ve addressed both popularity (waned - rust is the cool new difficult-to-learn principled language now) and bitrottenness (rock solid). I’m not sure what else you were meaning if it wasn’t either of these.

    • @[email protected]
      link
      fedilink
      117 days ago

      Nah, too relevant, what with LUA, functional programming, currying, and AI, et. al. ;)

      I did an AI robot arena bot in college using Lisp. That was interesting.