should i go with Clojure or common Lisp? i’m looking for an intuitive language and the tooling is great. my background: Ruby programmer and i use neovim. my goal: AI development. do people really use Lisp family for AI dev tho?

  • Hammerheart
    link
    fedilink
    arrow-up
    2
    ·
    24 days ago

    Were you able to transfer those concepts you learned from clojure to other languages?

    • e0qdk@reddthat.com
      link
      fedilink
      arrow-up
      1
      ·
      24 days ago

      Yes, but more in a philosophical sense. Basically, just go read this: https://clojure.org/about/state

      I generally use message passing rather than the sort of transactional concurrency the language promotes, but the idea of value vs identity has stuck with me.